function foto(name,wid,hei){

var NoveOkono=window.open('', 'okno', 'height='+hei+',width='+wid+',left=180 top=30, scrollbars=yes,status=no,resizable=yes');
NoveOkono.document.write("<HTML>");
NoveOkono.document.write("<TITLE>sulikov.cz</TITLE>");
NoveOkono.document.write("<BODY leftmargin='0' topmargin='0'  style='overflow:auto;text-align=center;background:#fff;cursor:pointer;' onClick='window.close()'>");
/*NoveOkono.document.write("<TABLE WIDTH='auto' HEIGHT='auto' BORDER='1' ALIGN='CENTER' cellspacing='0' cellpadding='0' bgcolor='#000000' bordercolor='#FFFFFF' onClick='window.close()'>");
NoveOkono.document.write("<TR>");
NoveOkono.document.write("<TD>");*/
//NoveOkono.document.write(wid);
NoveOkono.document.write('<IMG SRC="'+name+'" title="CLOSE">');
/*NoveOkono.document.write("</TD>");
NoveOkono.document.write("</TR>");
NoveOkono.document.write("</TABLE>\n<br>");*/
NoveOkono.document.write("</BODY>\n</HTML>");
}

function nahled(name){

var NoveOkono=window.open('', 'okno', 'height=120,width=160,left=550 top=230, scrollbars=no status=no');
NoveOkono.document.write("<HTML>");
NoveOkono.document.write("<TITLE>sulikov.cz</TITLE>");
NoveOkono.document.write("<body leftmargin='0' topmargin='0'  style='overflow:auto;text-align=center;background:#fff;cursor:pointer;' onClick='window.close()'>");
NoveOkono.document.write('<IMG SRC="'+name+'" >');
NoveOkono.document.write("</BODY>\n</HTML>");
}