function win(){ 
		var URL1="http://www.cloncom.com/index.jsp?AFFN=6512-8";
		
		Win1 = window.open("","x","toolbar=1,status=1,scrollbars=1,resize=1,menubar=1,width=3000,height=2500");
		Win1.blur();   
		Win1.location=URL1;
		Win1.moveTo(0,0);
		Win1.resizeTo(screen.availWidth,screen.availHeight)
		window.focus(); 
}
