// set focus to the first picture on teh screen
//window.onload =  alert("test this"); 
//window.onload=document.form1.test.focus();
function focusIt()
{
	
   document.getElementById('pic1').focus(); 
}
onload = focusIt;