var lnk = new Array();
lnk[0] = "phIndex.asp";
lnk[1] = "hypnotherapists.html";
lnk[2] = "phHypnosis.html";
lnk[3] = "phProgram.html";
lnk[4] = "phResource.html";
lnk[5] = "phContact.html";
lnk[6] = "hypnosissolutions.asp";

function golink(l){
	document.location = lnk[parseInt(l)];
}
function mover_navi(o){
	o.className = "tdNavi_mover";
}
function mout_navi(o){
	o.className = "tdNavi_mout";
}
function ShowMe(pic,w,h){
	oWin=window.open('','newWin','toolbar=no');
	oWin.document.write('<html><head><title>Petra Hypnosis<\/title><script>function doresize(){window.resizeto('+w+','+h+');}<\/script><\/head><body topmargin="0" leftmargin="0"><img src="'+pic+'" onload="doresize()"><\/body><\/html>');
	oWin.focus();
}

function showmenu(elmnt)
{
document.getElementById(elmnt).style.display="block"
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.display="none"
}

