
function popup(kep,w,h)
{
sw = screen.width/2 - w/2; 
sh = screen.height/2 - h/2;
ez=window.open('','','width='+w+',height='+h+', left='+sw+', top='+sh+'')
ez.document.write("<BODY>");
ez.document.writeln("<title>"+kep+"</title>");
ez.document.writeln("<style type='text/css'>body {margin: 0;padding: 0;height: 100%;}html {height: 100%;}</style>");
ez.document.writeln("<table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'>");
ez.document.writeln("<tr>");
ez.document.writeln("<td align='center' valign='middle'><embed loop='true' autoplay='true' bgcolor='#1A0C00' src='"+kep+"' width='460' height='396'></embed> </td>");
ez.document.writeln("</tr>");
ez.document.writeln("</table>");
ez.document.write("</BODY>");
}

