//Это скрипт
function showf(sr,nm) {
fwin=window.open ("", null, "toolbar=no, location=0, status=0, directories=no, resizable=0, scrollbars=1, height=520; width=540");
fwin.document.write ("<html><head><title>Гарант Парк Телеком :: "+nm+"</title></head>");
fwin.document.write ("<body style='margin: 0;'><center><table width=520px height=490px><tr><td valign=middle align=center><img src='"+sr+"' ALT='"+nm+"' onClick='window.close()' style='cursor:hand'></td></tr></table></center></body></html>");
}


function showfm(sr) {
fwin=window.open ("/scripts/dop.html", null, "toolbar=no, location=0, status=0, directories=no, resizable=0, scrollbars=1, height=530; width=750");
}
