/*
*
* funkce webu lenkasmidova.cz
*
*/


function zoom(img, title, width, height) {
	var newOkno;
	x = width + 37;
	y = height + 43;
	newOkno=window.open("",'Foto','location=no, menubar=no, toolbar=no, status=no, scrollbars=yes, resizable=yes, width='+x+', height='+y);
	newOkno.document.write("<HTML>\n<HEAD>\n<TITLE>"+title+"</TITLE>\n</HEAD>\n");
	newOkno.document.write("<BODY onblur='self.close();'>\n<IMG src='"+img+"' width="+width+" height="+height+">\n</BODY>\n</HTML>");
	newOkno.document.close();
	newOkno.focus();
}



function WinOpen2()
{
msg=open('', 'foto', 'scrollbars=1,resizable=1,top=0,left=0,width=870,height=600')
;
}

function WinOpen() {
b="' top=0 left=0 toolbar=0, scrollbars=1, resizable=1,top=0,left=0'";
msg=open('', 'foto', b);
}




