\n');
}
var newwin;
function launchwin(winurl,winname,winfeatures,helpText)
{
//This launches a new window and then
//focuses it if window.focus() is supported.
if (helpText == "closeMe") {
//alert ("close this window");
//close if the help window open
if (newwin && newwin.open && !newwin.closed) {
newwin.helpframe.document.help.GotoFrame(11);
}
homeURL = self.document.mainmenu.GetVariable('mainPage');
self.location.href = homeURL;
} else if (!newwin || (newwin && newwin.closed)) {
newwin = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
{
//delay a bit here because IE4 encounters errors
//when trying to focus a recently opened window
setTimeout('newwin.focus();',250);
}
} else if (newwin && newwin.open && !newwin.closed) {
newwin.helpframe.document.help.SetVariable('newText', helpText);
newwin.helpframe.document.help.GotoFrame(10);
//newwin.helpframe.document.help.play();
newwin.focus();
newwin.focus();
}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i