function JSL(url, w, h)
{
popupWin = window.open("", "Polohy","resizable=0,top=0,left=10,menubar=0,width="+w+",height="+h);
popupWin.document.writeln("<html>\n<head>\n<title>Milostné polohy</title>\n</head>");
popupWin.document.writeln("<SCRIPT LANGUAGE=JavaScript> \n    ");
popupWin.document.writeln("<!--     \n");
popupWin.document.writeln("var message='Sorry, ale takle lehce to nepude... :-]'; ");
popupWin.document.writeln("function click(e) {  \n   ");
popupWin.document.writeln("if (document.all) {  \n   ");
popupWin.document.writeln("if (event.button == 2) {  \n   ");
popupWin.document.writeln("alert(message);  \n   ");
popupWin.document.writeln("return false;   \n  ");
popupWin.document.writeln("} \n");
popupWin.document.writeln("} \n");
popupWin.document.writeln("if (document.layers) { \n    ");
popupWin.document.writeln("if (e.which == 3) {  \n   ");
popupWin.document.writeln("alert(message);\n");
popupWin.document.writeln("return false;\n");
popupWin.document.writeln("}  \n   ");
popupWin.document.writeln("}  \n   ");
popupWin.document.writeln("}  \n   ");
popupWin.document.writeln("if (document.layers) {   \n  ");
popupWin.document.writeln("document.captureEvents(Event.MOUSEDOWN);   \n  ");
popupWin.document.writeln("}\n");
popupWin.document.writeln("document.onmousedown=click;\n");
popupWin.document.writeln("// -->\n");
popupWin.document.writeln("</script>\n");
popupWin.document.writeln("<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"></body>");
popupWin.document.writeln("<img src="+url+">");
popupWin.document.writeln("</html>");
}

var bookmarkurl="http://www.polohy.cz/"
var bookmarktitle="Milostné polohy"
function bookmark()
{
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function statuss()
{
        window.status = "Milostné polohy - kompletní průvodce světem sexu";
	setTimeout("statuss()", 0);
}


function JSL2(url, w, h)
{
popupWin = window.open(url, "Polohy","resizable=1,top=0,left=10,menubar=1,width="+w+",height="+h+", scrollbars=1");
}
