<!--
// File name: play.js 
// Created: 2002.07.04. by Zoltan Kovacs .: Werdy :.
// Last modificaton: 2002.06.03. by Zoltan Kovacs .: Werdy :.

function play (url) {
	mywindow = window.open("","PLAY","width=500,height=150,toolbar=no,scrollbars=no,status=no,titlebar=no,resizable=yes,menubar=no");

	mywindow.document.write (' \
<HTML> \
<HEAD> \
<TITLE>Lejátszás</TITLE> \
<LINK rel=StyleSheet href="../css/default.css" type="text/css"> \
<SCRIPT language="javascript" type="text/javascript" src="../js/popup.js"></SCRIPT> \
</HEAD> \
<BODY> \
<CENTER> \
\
<A href="adv.html" target="display"> \
<script language="JavaScript"><!-- \n \
var ord=Math.round(Math.random()*100000000); \
document.write(\'<iframe width=468 height=60 scrolling=no frameborder=0 marginwidth=0 noresize marginheight=0 vspace=0 hspace=0 src="http://ad.adverticum.net/html.prm?zona=4320&ord=\'+ord+\'"><script language=JavaScript src="http://ad.adverticum.net/js.prm?zona=4320&nah=!ie&ord=\'+ord+\'"></script></iframe>\'); \n \
//--></script> \
<noscript> \
<iframe width=468 height=60 scrolling=no frameborder=0 marginwidth=0 noresize marginheight=0 vspace=0 hspace=0 src="http://ad.adverticum.net/html.prm?zona=4320"><a href="http://ad.adverticum.net/click.prm?zona=4320&nah=!ie" target="_top"><img border=0 width=468 height=60 src="http://ad.adverticum.net/img.prm?zona=4320&nah=!ie" alt="Kattintson a hirdetésre!"></a></iframe> \
</noscript> \
</A> \
<TABLE border=0 cellpadding=5 cellspacing=0> \
<TR><TD align=center><A href="'+url+'"><IMG src="../images/play.gif" width=230 height=60 border=0 alt="Lejátszás"></A></TD> \
<TD align=center><A href="#" onClick=\'popup(640,480,"http://www.freetv.hu/html/faq.html",""); return false;\'><IMG src="../images/usage.gif" width=230 height=60 border=0 alt="Használati utasítás"></A></TD></TR> \
</TABLE> \
</CENTER> \
</BODY> \
</HTML>');
		mywindow.document.close();
}

//-->

