/* author: Henrik Frank */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 29-04-2002 */

function openWindow(url){ 
  frankVindue = window.open(url)
}


function openWinFamilyWindow(perNr){ 
  var sti
   sti = "../winfamily/per" + perNr + ".htm"
//  sti = "http://www.henrikfrank.dk/frank/winfamily/per" + perNr + ".htm"  
  frankVindue = window.open(sti)
}



function openFrankSlaegtenWindow() {
/*  frankVindue = window.open("http://freepages.genealogy.rootsweb.com/~frankfamily/") */
  frankVindue = window.open("frank/index.htm")
}

function menuOn(id) { id.className="TopMenuBarCellOn"}
function menuOff(id) { id.className="TopMenuBarCellOff"}



