<!--
function SetLayot(browser) {
	if( browser == 1 ) document.body.background = "/images/backgroundie.php?width=" + screen.width  + "&height=" + screen.height;
	if( browser == 2 ) document.body.background = "/images/backgroundff.php?width=" + screen.width  + "&height=" + screen.height;	
}
//-->

