/*topmenu*/


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

function nyVideo(url) {
   window.open(url,'newWin','height=290,width=325,left=150,top=150, menubar=no,status=no,location=no,resizable=no,scrollbars=no');
}

