function OpenWin(url){
	window.open(url,"news","toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=540,height=360");
}

