function popWin(){ 
	News=window.open("","News","width=250,height=200,top=0,left=0,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no,status=no"); 	
}	
function formtarget(){document.getElementById('f1').target="News";} 


