if(screen.availHeight < 530)
{
 	document.write("<body background='pics/main_cancel_800.jpg' style='background-image:url(pics/main_cancel_800.jpg);background-attachment:fixed;' onLoad='javascript:load_multiple_functions()'>");
}
else
{
	if (screen.availHeight < 650)
	{
		document.write("<body background='pics/main_cancel_800.jpg' style='background-image:url(pics/main_cancel_800.jpg);background-attachment:fixed;' onLoad='javascript:load_multiple_functions()'>");
	}
  else
	{
  	if (screen.availHeight < 820)
		{
			document.write("<body background='pics/main_cancel_1024.jpg' style='background-image:url(pics/main_cancel_1024.jpg);background-attachment:fixed;' onLoad='javascript:load_multiple_functions()'>");
		}
		else
		{
			document.write("<body background='pics/main_cancel_1280.jpg' style='background-image:url(pics/main_cancel_1280.jpg);background-attachment:fixed;' onLoad='javascript:load_multiple_functions()'>");
		}
	}
}