 <!--
var allowance;
function loadup()
{
	multiplier = (screen.width * 0.30) / 300; 
	for(i=0;i<document.images.length;i++) 
		{
		imge=document.images[i];		
		imge.width*=multiplier; 
		imge.height*=multiplier; 
		}
}

//--> 
