function video(sCode, sName, sDescription){
	var msgWindow
	msgWindow = window.open ('',"_blank",'leftmargin=0,topmargin=0,marginwidth=0,marginheight=0,toolbar=0,titlebar=0,menubar=0,location=0,scrollbars=1,resizable=0,width=463,height=450,left=10,top=0');
	msgWindow.document.writeln ('<html>');
	msgWindow.document.writeln ('<head>');
	msgWindow.document.writeln ('<title>:. Singingrock - video .:</title>');		
	msgWindow.document.writeln ('</head>');
	msgWindow.document.writeln ('<body style="padding:10px; margin:0px; background:url(data/xsl/img/video_bg.jpg) no-repeat;">');
	msgWindow.document.writeln ('<div style="width:425px; height:26px; background:url(data/xsl/img/video.gif) no-repeat; color:#ffffff; font-family:Verdana; font-size:100%; font-weight:bold;"><div style="padding:5px 10px;">'+sName+'</div></div>');
	msgWindow.document.writeln ('<div style="margin-top:-8px;"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'+sCode+'"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/'+sCode+'" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></div>');
	msgWindow.document.writeln ('<div style="font-family:Verdana; font-size:70%; color:#f6b800">'+sDescription+'</div>');
	msgWindow.document.writeln ('</body>');
	msgWindow.document.writeln ('</html>');
}

function openhtml(ID, Language){
	window.open ('article.asp?nArticleID='+ID+'&nLanguageID='+Language+'&sAction=openhtml',"_blank",'leftmargin=0,topmargin=0,marginwidth=0,marginheight=0,toolbar=0,titlebar=0,menubar=0,location=0,scrollbars=1,resizable=0,width=550,height=450,left=10,top=0');
}

