if (document.images){image1on=new Image();image1on.src="../img/menu_bar/big_game02.gif";image2on=new Image();image2on.src="../img/menu_bar/small_game02.gif";image3on=new Image();image3on.src="../img/menu_bar/shooting02.gif";image4on=new Image();image4on.src="../img/menu_bar/boletin02.gif";image1off=new Image();image1off.src="../img/menu_bar/big_game01.gif";image2off=new Image();image2off.src="../img/menu_bar/small_game01.gif";image3off=new Image();image3off.src="../img/menu_bar/shooting01.gif";image4off=new Image();image4off.src="../img/menu_bar/boletin01.gif";i}function imageOn(image_name){	if (document.images)	{		document[image_name].src = eval(image_name + "on.src");	}}                        function imageOff(image_name){	if (document.images)	{		document[image_name].src = eval(image_name + "off.src");	}}function conditionsWin(myUrl, name){	var w=300; var h=250;	var leftpos = (screen.width - w) / 2;	var toppos = (screen.height - h) / 2;	winconfig = 'height='+h+',width='+w+',left='+leftpos+',top='+toppos+',scrollbars=yes,resizable=no';	win = window.open(myUrl, name, winconfig);	if (parseInt(navigator.appVersion) >= 4)	win.window.focus();}function dataWin(myUrl, name){	var w=250; var h=225;	var leftpos = (screen.width - w) / 2;	var toppos = (screen.height - h) / 2;	winconfig = 'height='+h+',width='+w+',left='+leftpos+',top='+toppos+',scrollbars=no,resizable=no';	win = window.open(myUrl, name, winconfig);	if (parseInt(navigator.appVersion) >= 4)	win.window.focus();}function adviseWin(myUrl, name){	var w=300; var h=250;	var leftpos = (screen.width - w) / 2;	var toppos = (screen.height - h) / 2;	winconfig = 'height='+h+',width='+w+',left='+leftpos+',top='+toppos+',scrollbars=yes,resizable=no';	win = window.open(myUrl, name, winconfig);	if (parseInt(navigator.appVersion) >= 4)	win.window.focus();}function condWin(myUrl, name){	var w=350; var h=555;	var leftpos = (screen.width - w) / 2;	var toppos = (screen.height - h) / 2;	winconfig = 'height='+h+',width='+w+',left='+leftpos+',top='+toppos+',scrollbars=no,resizable=no';	win = window.open(myUrl, name, winconfig);	if (parseInt(navigator.appVersion) >= 4)	win.window.focus();}