function popExtras()	
{
	var oHugo= document.getElementById("lnkHugo");
	oHugo.onclick = openHugo;
	oHugo.onkeypress = openHugo;

	var oNatalie= document.getElementById("lnkNatalie");
	oNatalie.onclick = openNatalie;
	oNatalie.onkeypress = openNatalie;

	var oBechan= document.getElementById("lnkBechan");
	oBechan.onclick = openBechan;
	oBechan.onkeypress = openBechan;

	var oPenny= document.getElementById("lnkPenny");
	oPenny.onclick = openPenny;
	oPenny.onkeypress = openPenny;

	var oAlice= document.getElementById("lnkAlice");
	oAlice.onclick = openAlice;
	oAlice.onkeypress = openAlice;

}


function openHugo()
{
	clean();
	var iheight = iHeight*.99;
	var itop = .01*iHeight;
	var ileft= .01*iWidth;
 	wnd =  window.open('hugo.htm',null,'height='+iheight+',width=720,left='+ileft+',top='+itop+',location=no,menubar=no,status=no,toolbar=no,resizeable=yes,scrollbars=yes,titlebar=no');
	return false;

}

function openPenny()
{
	clean();
	var itop = .01*iHeight;
	var ileft= .01*iWidth;

	var iheight = 580;
	if (!is_ie){iheight=670}

	var iwidth = 705;
	if (!is_ie){iwidth=630}

	if(iheight>iHeight){iheight = iHeight}

 	wnd =  window.open('penny.htm',null,'height='+iheight+',width='+iwidth+',left='+ileft+',top='+itop+',location=no,menubar=no,status=no,toolbar=no,resizeable=yes,scrollbars=yes,titlebar=no');
	return false;

}

function openAlice()
{
	clean();
	var itop = .01*iHeight;
	var ileft= .01*iWidth;

	var iheight = 510;
	if (!is_ie){iheight=570}

	var iwidth = 705;
	if (!is_ie){iwidth=630}

	if(iheight>iHeight){iheight = iHeight}

 	wnd =  window.open('alice.htm',null,'height='+iheight+',width='+iwidth+',left='+ileft+',top='+itop+',location=no,menubar=no,status=no,toolbar=no,resizeable=yes,scrollbars=yes,titlebar=no');
	return false;

}



function openNatalie()
{
	clean();
	var itop = .01*iHeight;
	var ileft= .01*iWidth;
	wnd = window.open("natalie.htm",null,'height=565,width=450,left='+ileft+',top='+itop+',location=no,menubar=no,status=no,toolbar=no,resizeable=yes,scrollbars=yes,titlebar=no');
	return false;
}

function openBechan()
{
	clean();
	var itop = .01*iHeight;
	var ileft= .01*iWidth;

	var iheight = 678;
	var iwidth = 630;


	if(iheight>(iHeight+100)){iheight = iHeight}

	wnd = window.open("bechan-transcript.htm",null,'height='+iheight+',width='+iwidth+',left='+ileft+',top='+itop+',location=no,menubar=no,status=no,toolbar=no,resizeable=yes,scrollbars=yes,titlebar=no');
	return false;
}
