function picop(id,sirka,vyska)
{
report = window.open('img.php?obr='+id+'&sirka='+sirka+'&vyska='+vyska,'b'+id, "width="+sirka+",height="+vyska+",menubar=0,resizable=1,scrollbars=0, status=0,titlebar=0,toolbar=0,left=100,top=100");
report.focus();

}


function obrazek(nazev)
{
	document.write("<a href='index.php?go=fotogalerie'><img onmouseover=\"this.style.borderColor='red'\" onmouseout=\"this.style.borderColor='silver'\" src='m/"+nazev+".jpg' style='cursor:pointer; border-color:silver' border='1'></a>");
}

function linked(nazev,linky)
{
	document.write("<a href='"+linky+"' target='_blank'><img onmouseover=\"this.style.borderColor='red'\" onmouseout=\"this.style.borderColor='silver'\" src='"+nazev+".gif' style='cursor:pointer; border-color:silver' border='1'></a>");
}

function picom(nazev,sir,vys)
{
	document.write("<div style='overflow:hidden;height:115px;width:145px;cursor:pointer;border-color:silver' onmouseover=\"this.style.borderColor='red'\" onmouseout=\"this.style.borderColor='silver'\"><a href='javascript:picop(\""+nazev+"\","+sir+","+vys+")'><img src='obrazky/obrA"+nazev+".jpg'></a></div>");
}

function nesnasimie(cesta,x,y)//Flash/header.swf
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+x+"\" height=\""+y+"\"><param name=\"movie\" value="+cesta+"><param name=\"quality\" value=\"high\"><embed src="+cesta+" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+x+"\" height=\""+y+"\"></embed></object>");
}


