obr = null;
function gale(src, w, h){
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}
if(obr==null || obr.closed){
 ustawienia=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=yes,"
 +"resizable=no"
 obr = window.open('','obrazek',ustawienia);
 obr.document.writeln("<sc"+"ript lang"+"uage=\"Ja"+"vaScr"+"ipt\">\n"
 +"v"+"ar mes"+"sage=\":: [c] EASY HELL ::\";\n"
 +"func"+"tion cl"+"ick(e) {\n"
 +"if (docu"+"ment.all) {\n"
 +"if (e"+"vent.but"+"ton == 2) {\n"
 +"/*alert(mes"+"sage);*/window.self.close();\n"
 +"ret"+"urn fal"+"se;\n"
 +"}}\n"
 +"if (docu"+"ment.lay"+"ers) {\n"
 +"if (e.wh"+"ich == 3) {\n"
 +"/*ale"+"rt(me"+"ssage);*/window.self.close();\n"
 +"retu"+"rn fa"+"lse;\n"
 +"}}}\n"
 +"if (doc"+"ument.la"+"yers) {\n"
 +"do"+"cument.ca"+"pture"+"Eve"+"nts(Eve"+"nt.MOUS"+"EDOWN),doc"+"ument.captu"+"reEv"+"ents(Ev"+"ent.CLI"+"CK);\n"
 +"}docu"+"ment.onmous"+"edown=cl"+"ick;\n"
 +"</scr"+"ipt>\n"
 +"<html><head>\n"
 +"<meta http-equiv=\"refresh\" content=\"no-cache\">\n"
 +"<title>:: KAMP ...............................................................................................................</title>\n"
 +"<style type=\"text/css\"> BODY { background : url(\""+src+"\") no-repeat;\n"
 +"background-image : url(\""+src+"\"); background-repeat : no-repeat;}\n"
 +".tf{font-family: verdana,tahoma,arial; font-size: 10px; color: Black; background-color: silver; font-weight: bold; text-decoration: none; padding-bottom:3px;}\n"
 +".ts{font-family: arial,tahoma,verdana; font-size: 9px; color: Silver; font-weight: normal; text-decoration: none;}\n"
 +".tbb{font-family: verdana,tahoma,arial; font-size: 11px; color: Silver; font-weight: 600; text-decoration: none;}\n"
 +".o{font-family: verdana,tahoma,arial; font-size: 8pt; color: #cdcdcd; font-weight: 600; text-decoration: none;}</style>\n"
 +"</head><body bgcolor=\"#ffffff\" onunload=\"javascript:history.clear();\" marginheight=\"0\" marginwidth=\"0\" leftmargin=\"0\" topmargin=\"0\">\n"
 +"<table width=\"" + w + "\" height=\"1500\"><tr><td valign=\"bottom\" wdth=\"" + w + "\" height=\"" + h + "\">\n"
 +"<p>&nbsp;</p></td></tr></table>\n"
 +"</body></html>");
}
obr.document.clear();
obr.document.close();
obr.focus();
}



