
function open_pic(image)
{
	var win=window.open("","Detail","width=850,height=650,scrollbars=yes,menubar=no,toolbar=no,resizable=yes");
	win.document.write("<html><head><title>Detail</title></head><body bgcolor='#ffffff'>");
	win.document.write("<table width='100%' height='100%'><tr><td valign='middle' align='center'><a href='javascript:window.close()'><img src='"+image+"' border='0' alt='Kliknutím zavøete okno' /></td></tr></table>");
	win.document.write("</body></html>");

}



function okno600(url) 
{
	okno = window.open(url,"nazev","width=600,height=400,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function oknozam(url) 
{
	okno = window.open(url,"nazev","width=400,height=600,left=50,top=100,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}



function okno800(url) 
{
	okno = window.open(url,"nazev","width=800,height=600,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

