function OpenRemote(){if (top.remote==null) {top.remote = window.open("","remoteWindow","toolbar=0,location=0," +"directories=0,status=1,menubar=0,width=540,scrollbars=0,resizable=no,height=420");top.remote.location.href = "vr_index.htm";top.remote.opener = window.parent.main;}else {  top.remote.focus();}}function rGo(url) {  if (top.pixie.holder) {    top.opener = top.pixie.holder;  }      if (top.opener.location == null) {      mainWin = window.open("","mainWindow");      mainWin.location.href = 'index.htm';       self.close();        }    else {  if (top.opener.name == 'side') {    top.opener = top.opener.main;  }    top.opener.location.href = url;    top.pixie.holder = top.opener;        top.opener.focus();    self.blur();    }}function ieGo(url) {    location.href = url;}function makeMovieTag(movieFile) {	theBrowserName = navigator.appName;           var shockTag = '<object width="256" height="192"><param name="SRC" value="iehell.dcr"><embed src="iehell.dcr" type="application/x-director" width="256" height="192" name=sw> </embed> </object>';        var buttonTag = '<input type=button name=play onClick="document.sw.EvalScript(movieFile);" value="Play">';        var qtTag = '<EMBED SRC="' + movieFile + '.mov" HEIGHT=208 WIDTH=256 CACHE=FALSE AUTOPLAY=FALSE></EMBED>'	if (theBrowserName == "Microsoft Internet Explorer")   		document.write(shockTag+"<BR>"+buttonTag);	else		document.write(qtTag);  }function MM_goToURL() { //v1.2if (top.remote) {  top.nav.location = MM_goToURL.arguments[1];  top.side.location = MM_goToURL.arguments[3];  top.main.location = MM_goToURL.arguments[5];document.MM_returnValue = false;}else {  for (var i=0; i< (MM_goToURL.arguments.length - 1); i+=2) //with arg pairs    // alert('Sending ' + MM_goToURL.arguments[i] + ' to ' + MM_goToURL.arguments[i+1]);    eval(MM_goToURL.arguments[i]+".location='"+MM_goToURL.arguments[i+1]+"'");  document.MM_returnValue = false;}}