function nytVindue(url,h,w ){
	var arg ="height="+h+",width="+w+",left=50,top=250,menubar=no,status=no,location=no,resizable=no,scrollbars=no";
	window.open(url,"newWin",arg);
}