function ukazobr(soubor,x,y)
 { msg=parent.window.open("","","left=100,top=100,width="+x+",height="+y+'"')
   msg.document.write("<HTML><TITLE>Ukázka</TITLE><BODY leftmargin='0' topmargin='0'>"
   +"<img src='"+soubor+"' alt='Ukázka'></body></html>"); }

function ukazto(soubor)
 { msg=parent.window.open("","","left=220,top=200,width=500,height=136")
   msg.document.write("<HTML><TITLE>Ukázka banneru</TITLE><BODY leftmargin='0' topmargin='0' bgcolor='#efefef'><br><br><center>"
   +"<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 width='468' height='60' border='1' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>"
   +"<PARAM NAME='movie' VALUE='"+soubor+"'><PARAM NAME='quality' VALUE='high'>"
   +"<EMBED src='"+soubor+"' quality=high WIDTH='468' HEIGHT='60' TYPE='application/x-shockwave-flash'"
   +"PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></body></html>"); }

function ukaz(soubor,x,y)
 { msg=parent.window.open("","","left=220,top=200,width="+x+",height="+y+'"')
   msg.document.write("<HTML><TITLE>Flash ukázka</TITLE><BODY leftmargin='0' topmargin='0'>"
   +"<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 width='"+x+"' height='"+y+"' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>"
   +"<PARAM NAME='movie' VALUE='"+soubor+"'><PARAM NAME='quality' VALUE='high'>"
   +"<EMBED src='"+soubor+"' quality=high WIDTH='"+x+"' HEIGHT='"+y+"' TYPE='application/x-shockwave-flash'"
   +"PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></body></html>"); }

