fw1_idle=new Image (153,27); fw1_roll=new Image (153,27);fw1_idle.src="gifs/fw1_idle.gif"; fw1_roll.src="gifs/fw1_roll.gif";acro_idle=new Image (88,31); acro_roll=new Image (88,31);acro_idle.src="gifs/acro_idle.gif"; acro_roll.src="gifs/acro_roll.gif";function NewWindow(u,n,w,h,f,p,x,y){
var	ws=window.screen?1:0,m=Math,C='center',R='random',M='custom',sw=screen.availWidth,sh=screen.availHeight,T=(p==C&&ws)?(sh-h)/2:(p==R&&ws)?(m.floor(m.random()*(sh-h))):(p==M)?y:100,L=(p==C&&ws)?(sw-w)/2:(p==R&&ws)?(m.floor(m.random()*(sw-w))):(p==M)?x:100,s='width='+w+',height='+h+',top='+T+',left='+L;s+=(!f||f=='')?'':','+f;win=window.open(u,n,s);if(win.focus)win.focus();
}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function onKeyPress_Return() 
{     
	if (event.keyCode == 13) 
	{   
		event.cancelBubble = true;
		event.returnValue = false;
	}
}