function opennews(url){
	window.open(url,'news','height=650,width=650,top=60,left=180,toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no');
}