function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}

function openIT(u,W,H,X,Y,n) {
	var cD  ='http://www.nyjtimes.com/Entertainment/Games/E302/Window/xit-dn.gif'
	var cU  ='http://www.nyjtimes.com/Entertainment/Games/E302/Window/xit-up.gif'
	var cO  ='http://www.nyjtimes.com/Entertainment/Games/E302/xit-ov.gif'
	var cL  ='http://www.nyjtimes.com/Entertainment/Games/E302/tcker.gif'
	var tH  ='<font color="#ffffff" face=verdana size=1>&nbsp;&nbsp;E3 2002 - Spotlight </font>'
	var tW  ='&nbsp;&nbsp;E3 2002 Spotlight'
	var wB  ='#000000'
	var wBs ='#ffffff'
	var wBG ='#006699'
	var wBGs='#3399CC'
	var wNS ='toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0'
	var fSO ='scrolling=no noresize'
	return chromeless(u,n,W,H,X,Y,cD,cU,cO,cL,tH,tW,wB,wBs,wBG,wBGs,wNS,fSO)
}

function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = ""
}
}