function openWin(myURL) 
	{   
	window.open(myURL.href, "win"+(new Date()).getSeconds(),     
    'resizable=yes, width=420, height=260, scrollbars=yes, status=yes ');   
	return false; }	
