function exitpage(){var pwname="";if(document.layers) pwname="popwin.htm";var fmode="fullscreen=1,";var nav=navigator.userAgent.toLowerCase();if(nav.indexOf("opera/6")!=-1 || nav.indexOf("opera 6")!=-1 || nav.indexOf("msie 6")!=-1) fmode="";var popwin=window.open(pwname, "popwin", fmode + "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");popwin.blur();window.focus();popwin.moveTo(screen.availWidth,screen.availHeight);popwin.resizeTo(10,10);popwin.location="spop.htm";window.focus();}
//window.onunload=exitpage;

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function readID() {
var expDays = 90; // number of days the cookie should last
var expDate = new Date();
expDate.setTime(expDate.getTime() +  (24 * 60 * 60 * 1000 * expDays)); 
var id = GetCookie('shid');
if (id == null) {
if (location.search.length > 1) id = location.search.substring(1, location.search.length);
else id = "silihost";
if (id != GetCookie('shid')) SetCookie('shid', id, expDate);
}

// You can change the FORM location below
// where the referral ID is stored on your page
// You then access this element to get the ID


//document.mailform.dp18.value = id;
document.imform.dp44.value = id;
}
function getCookieVal (offset) {  
var endstr = document.cookie.indexOf (";", offset);  
if (endstr == -1)    
endstr = document.cookie.length;  
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) {  
var arg = name + "=";  
var alen = arg.length;  
var clen = document.cookie.length;  
var i = 0;  
while (i < clen) {    
var j = i + alen;    
if (document.cookie.substring(i, j) == arg)      
return getCookieVal (j);    
i = document.cookie.indexOf(" ", i) + 1;    
if (i == 0) break;   
}  
return null;
}
function SetCookie (name, value) {  
var argv = SetCookie.arguments;  
var argc = SetCookie.arguments.length;  
var expires = (argc > 2) ? argv[2] : null;  
var path = (argc > 3) ? argv[3] : null;  
var domain = (argc > 4) ? argv[4] : null;  
var secure = (argc > 5) ? argv[5] : false;  
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) +  
((domain == null) ? "" : ("; domain=" + domain)) +    
((secure == true) ? "; secure" : "");
}
//  End -->


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
  
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

var strMustConnectToInternet = "The 'Slide In' option will only work with relative URLs\nin the 'Show this webpage...' option or in a Popup Rotator.\nWhen used with a full URL (http://www.....) it will not\nfunction correctly.";
var win;var wthreec=(document.getElementById)? true: false;
var ie5=(wthreec && document.all)? true : false;
var ns6=(wthreec && (navigator.appName=="Netscape"))? true: false;
var end_top=0;var end_left=0;var shad_width=4;
var gSlideOut = false;var gSlideIn = false;currIDb=null; 
var IDS=new Array();
xoff=0; yoff=0;currRS=null; rsxoff=0; rsyoff=0;oldac=null; newac=null; zdx=1; mx=0; my=0;
var tmpW = 4;var tmpH = 10;var shad_w = shad_width;var gNomaxmin;var gdeltaBorderSize;
var idlist=new Array();idlist.btns=new Array();idlist.btns[0]=new Image(); idlist.btns[0].src="images/min.gif";idlist.btns[1]=new Image(); idlist.btns[1].src="images/max.gif";idlist.btns[2]=new Image(); idlist.btns[2].src="images/close.gif";idlist.btns[3]=new Image(); idlist.btns[3].src="images/resize.gif";
function setCookie_1121515540997(name, value, expires, path, domain, secure) {var curCookie = name + "=" + escape(value) +((expires) ? "; expires=" + expires.toGMTString() : "") +((path) ? "; path=" + path : "") +((domain) ? "; domain=" + domain : "") +((secure) ? "; secure" : "");document.cookie = curCookie;}function getCookie_1121515540997(name) {var prefix = name + "=";var cookieStartIndex = document.cookie.indexOf(prefix);if (cookieStartIndex == -1)return null;var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length);if (cookieEndIndex == -1)cookieEndIndex = document.cookie.length;return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex));}
function deleteCookie_1121515540997(name, path, domain) {   if ( getCookie_1121515540997( name ) )     {       var _exp_ = new Date ( );       var _iExpT_ = _exp_.getTime ( ) - 1;       _exp_.setTime ( _iExpT_ );       document.cookie = name + "=" +                         ( path ? "; path=" + path : "") +                         ( domain ? "; domain=" + domain : "") +                         "; expires=" + _exp_.toGMTString();     } } 
function getCookiesWork_1121515540997( ) {   var d1 = new Date ( );   var v;   v = d1.getTime ( );   v = v.toString ( );   d1.setTime ( d1.getTime ( ) + 10000 );   setCookie_1121515540997( "DPG_checkcookiework", v, d1, "/" );   return getCookie_1121515540997( "DPG_checkcookiework" ) == v; } 
function truebody_1121515540997(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}
function hidebox_1121515540997(id){if (ie5) {if ((document.getElementById(id+'_b'))&&(document.getElementById(id+'_s'))) {document.getElementById(id+'_b').removeNode(true);document.getElementById(id+'_s').style.display="none";document.getElementById(id+'_s').removeNode(true);}} else {document.getElementById(id+'_b').style.visibility='hidden';document.getElementById(id+'_s').style.visibility='hidden';document.getElementById(id+'_t').style.visibility='hidden';document.getElementById(id+'_c').style.visibility='hidden';document.getElementById(id+'_rs').style.visibility='hidden';document.getElementById(id+'_btt').style.visibility='hidden';}window.document.body.onscroll='';}
function showbox_1121515540997(id,l_ok,t_ok,l_smid,t_smid){document.getElementById(id+'_b').style.display=''; document.getElementById(id+'_s').style.display='';}
function minimize(){if(wthreec){this.IDS[0].style.height=(ie5)? '26px':'24px';this.IDS[3].style.height='26px';this.IDS[2].style.display='none';this.IDS[4].style.display='none';setTimeout('ns6bugfix()',100);}}
function restore(){if(wthreec){var h=this.IDS[10];this.IDS[0].style.height=h+'px';this.IDS[3].style.height=(ie5)? h+'px':h+2+'px';this.IDS[2].style.display='block';this.IDS[4].style.display='block';setTimeout('ns6bugfix()',100);}}
function ns6bugfix(){self.resizeBy(0,1);self.resizeBy(0,-1);}
function trackmouse(evt){mx=(ie5)?event.clientX+truebody_1121515540997().scrollLeft:evt.pageX;my=(ie5)?event.clientY+truebody_1121515540997().scrollTop:evt.pageY;if(!ns6)movepopup_1121515540997();if((currIDb!=null)||(currRS!=null))return false;}
function movepopup_1121515540997(){if((currIDb!=null)&&wthreec){
var x=mx+xoff;
var y=my+yoff;
if (y<197){y=197;stopdrag_1121515540997(IDS[9])} else {
currIDb.style.left=x+'px';
currIDs.style.left=x+shad_w+'px';
currIDb.style.top=y+'px';
currIDs.style.top=y+shad_w+'px';}
if((currRS!=null)&&wthreec){
var rx=mx+rsxoff;
var ry=my+rsyoff;
var c=currRS;
c.style.left=Math.max(rx,((ie5)?88:92))+'px';
c.style.top=Math.max(ry,((ie5)?68:72))+'px';
if (gdeltaBorderSize==-1) {var tmp_out_shad = 1;} else {var tmp_out_shad = 0;}
c.IDS[0].style.width=Math.max(rx-tmpW+((ie5)?12:9),100-tmpW)-tmp_out_shad*2+'px';
c.IDS[0].style.height=Math.max(ry-tmpH+((ie5)?12:7),80-tmpH)-tmp_out_shad*3+'px';
c.IDS[1].style.width=Math.max(rx+1+((ie5)?4:3),((ns6)?95:92))+'px';
c.IDS[4].style.left=parseInt(c.IDS[1].style.width)-8+'px';
c.IDS[4].style.top=parseInt(c.IDS[0].style.height)-((ie5)?12:11)+'px';
c.IDS[4].style.zIndex=1000;
if (gNomaxmin) {c.IDS[5].style.left=parseInt(c.IDS[1].style.width)-16-2+'px';}
else{c.IDS[5].style.left=parseInt(c.IDS[1].style.width)-48-2+'px';}
c.IDS[3].style.width=Math.max(rx-tmpW+((ie5)?12:10),((ie5)?100:102)-tmpW)-tmp_out_shad*2+'px';
c.IDS[3].style.height=Math.max(ry-tmpH+((ie5)?12:8),((ie5)?80:84)-tmpH)-tmp_out_shad*3+'px';
c.IDS[2].style.width=Math.max(rx-((ie5)?-4:4),((ie5)?92:87))-2*gdeltaBorderSize+'px';
c.IDS[2].style.height=Math.max(ry-((ie5)?24:28),44)-2*gdeltaBorderSize+'px';
c.IDS[10]=parseInt(c.IDS[0].style.height);}}}
function startRS(evt){var ex=(ie5)?event.clientX+truebody_1121515540997().scrollLeft:evt.pageX;var ey=(ie5)?event.clientY+truebody_1121515540997().scrollTop:evt.pageY;rsxoff=parseInt(this.style.left)-ex;rsyoff=parseInt(this.style.top)-ey;currRS=this;if(ns6)this.IDS[2].style.overflow='hidden';return false;}
function stopdrag_1121515540997(id){
currIDb=null;ns6bugfix();end_top = document.getElementById(id+'_b').style.top;end_top = parseInt(end_top.substring(0,end_top.length-2))-truebody_1121515540997().scrollTop;end_left = document.getElementById(id+'_b').style.left;end_left = parseInt(end_left.substring(0,end_left.length-2))-truebody_1121515540997().scrollLeft;}
function grab_id(evt){var ex=(ie5)?event.clientX+truebody_1121515540997().scrollLeft:evt.pageX;var ey=(ie5)?event.clientY+truebody_1121515540997().scrollTop:evt.pageY;xoff=parseInt(this.IDS[0].style.left)-ex;yoff=parseInt(this.IDS[0].style.top)-ey;currIDb=this.IDS[0];currIDs=this.IDS[3];return false;}
function moveOnScrool_1121515540997(id,evt){
  if (1==2){
  //if (wthreec){
  var ey = (ie5)?end_top+truebody_1121515540997().scrollTop:evt.pageY;
  var ex = (ie5)?end_left+truebody_1121515540997().scrollLeft:evt.pageX;
  document.getElementById(id+'_b').style.top = ey+'px';
  document.getElementById(id+'_s').style.top = ey+shad_w+'px';
  document.getElementById(id+'_b').style.left = ex+'px';
  document.getElementById(id+'_s').style.left = ex+shad_w+'px';}}
function subBox_1121515540997(x,y,w,h,bgc,id){var v=document.createElement('div');v.setAttribute('id',id); v.style.position='absolute';v.style.left=x+'px';v.style.top=y+'px';v.style.width=w+'px';v.style.height=h+'px';v.style.backgroundColor=bgc;v.style.visibility='visible';v.style.padding='0';return v;}
function createpopup_1121515540997(email_adr,email_subj,email_body,buts,up_under,h,w,full_scr,t,l,pos,freq,freq_days,tbbg_c,tbf_st,tbf_f,tbf_c,tbf_si,cbg_c,cbg_im,bord_c,shad_c,scroll_c,isdrag,isresize,tb_text,content_text,cid,from_file,file_name,tb,lb,db,sbs,mb,sb,slidein,slideFrom,slideout,slideTo,createR,noshadows,autoscroll,nomaxmin,defSend,autoclose,addClickLink,ClickBankUserName,addCodeFromCntDwn,noclose,borderS){var str_resize = "yes";gSlideIn = slidein;gSlideOut = slideout;transitionOut = slideTo;transition = slideFrom;shad_w = shad_width;nomaxmin = true;str_resize = "no";gNomaxmin = nomaxmin;
var str_cancel = "hidebox_1121515540997('"+cid+"')";str_OK = "gSlideOut=false;window.setTimeout(\"hidebox_1121515540997('"+cid+"');\",3000);";var str_def_close = "\<script\>function DefaultClose(){try{window.setTimeout('close();',1000);}catch(ex){;}finally{window.setTimeout('DefaultClose();',1000);}}\<\/script\>";x=l;y=t;w=Math.max(w,120);h=Math.max(h,80);var wH=document.body.clientHeight;var wW=document.body.clientWidth;var tmp_wfr=0;var tmp_extended_zero = 0;var s_top=document.all? document.body.scrollTop : window.pageYOffset;y=s_top+t;x=l;end_top = y-s_top;end_left = x;var strTbodyB = /<tbody>/g;var strTbodyE = /<\/tbody>/g;var strBr = /<br>/g;content_text = content_text.replace(strTbodyB,"");content_text = content_text.replace(strTbodyE,"");var rdiv=new subBox_1121515540997(w-tmpW-((ie5)?12:11),h-tmpH-((ie5)?12:11),7,7,'',cid+'_rs');var tw,th;tw=w;th=h;var tmp_out_shad_delta=0;var shadow=new subBox_1121515540997(x+shad_w,y+shad_w,tw-tmpW-2*tmp_out_shad_delta,th-tmpH-3*tmp_out_shad_delta,shad_c,cid+'_s');shadow.style.filter="alpha(opacity=50)";shadow.style.zIndex=++zdx;if (ie5) {var outerdiv=new subBox_1121515540997(x,y,w-tmpW-2*tmp_out_shad_delta,h-tmpH-3*tmp_out_shad_delta,bord_c,cid+'_b');} else {var outerdiv=new subBox_1121515540997(x,y,w-tmpW-1-2*tmp_out_shad_delta,h-tmpH-1-3*tmp_out_shad_delta,bord_c,cid+'_b');}outerdiv.style.borderStyle="outset";outerdiv.style.borderWidth="1px";outerdiv.style.borderColor=bord_c;outerdiv.style.zIndex=1000;tw=(ie5)?w-8:w-5;th=(ie5)?h+4:h-4;var titlebar=new subBox_1121515540997(0,1,tw+1,20,tbbg_c,cid+'_t');titlebar.style.overflow="hidden";titlebar.style.cursor="default";var str_close = '<img src="images/close.gif" width="16" height="16" id="'+cid+'_cls">';var tmp_noclose_w = 16;var str_maxmin = '<span id="'+cid+'_btt" style="position:absolute; width:48px; height:16px; left:'+(tw-(32+tmp_noclose_w)-tmp_out_shad_delta)+'px; top:2px;"><img src="images/min.gif" width=16 height=16 id="'+cid+'_min"><img src="images/max.gif" width=16 height=16  id="'+cid+'_max">';str_maxmin = '<span id="'+cid+'_btt" style="position:absolute; width:16px; height:16px; left:'+(tw-tmp_noclose_w-tmp_out_shad_delta)+'px; top:2px;">';titlebar.innerHTML='<span style="position:absolute; left:3px; top:1px; font:'+tbf_si+' '+tbf_f+'; '+tbf_st+' color:'+tbf_c+'; height:18px; overflow:hidden; clip-height:16px;">'+tb_text+'</span>'+str_maxmin+str_close+'</span>';tw=(ie5)?w-8:w-14;th=(ie5)?h-36:h-36;var tmp_bordersize = 0;gdeltaBorderSize = tmp_bordersize;var content_x, content_y;if ((ie5)||(borderS==0)) {content_x=1;content_y=22;} else {content_x=2;content_y=23;}content_x=content_x+tmp_bordersize;content_y=content_y+tmp_bordersize;var content=new subBox_1121515540997(content_x,content_y,tw-2*tmp_bordersize,th-2*tmp_bordersize,cbg_c,cid+'_c');content.style.borderColor=cbg_c;content.style.borderWidth="1px";content.style.overflow="auto";content.style.padding="0px 2px 0px 4px";content.style.scrollbarBaseColor=scroll_c;content.innerHTML=content_text;outerdiv.appendChild(titlebar);outerdiv.appendChild(content);outerdiv.appendChild(rdiv);document.body.appendChild(shadow);document.body.appendChild(outerdiv);var IDS=new Array();IDS[0]=document.getElementById(cid+'_b');IDS[1]=document.getElementById(cid+'_t');IDS[2]=document.getElementById(cid+'_c');IDS[3]=document.getElementById(cid+'_s');IDS[4]=document.getElementById(cid+'_rs');IDS[5]=document.getElementById(cid+'_btt');IDS[6]="";IDS[7]="";IDS[8]=document.getElementById(cid+'_cls');IDS[9]=cid;IDS[10]=h-tmpH;this.IDb=IDS[0]; this.IDb.IDS=IDS;this.IDt=IDS[1]; this.IDt.IDS=IDS;this.IDc=IDS[2]; this.IDc.IDS=IDS;this.IDs=IDS[3]; this.IDs.IDS=IDS;this.IDrs=IDS[4]; this.IDrs.IDS=IDS;this.IDbtt=IDS[5]; this.IDbtt.IDS=IDS;this.IDcls=IDS[8]; this.IDcls.IDS=IDS;this.IDb.activecolor=tbbg_c;this.IDb.inactivecolor=scroll_c;if(oldac!=null)oldac.IDS[1].style.backgroundColor=oldac.inactivecolor;oldac=this.IDb;this.IDcls.onclick=new Function("hidebox_1121515540997('"+cid+"');");window.document.body.onscroll=new Function("moveOnScrool_1121515540997('"+cid+"');");this.IDb.onmousedown=function(){ if(oldac!=null){oldac.IDS[1].style.backgroundColor=oldac.inactivecolor;}oldac=this;this.IDS[1].style.backgroundColor=this.activecolor;this.IDS[3].style.zIndex=++zdx; this.style.zIndex=1000;};this.IDt.onmousedown=grab_id;
this.IDt.onmouseup=new Function("stopdrag_1121515540997('"+cid+"');");showbox_1121515540997(cid,x,y,-w,y);}if(ns6)setInterval('movepopup_1121515540997()',40);document.onmousemove=trackmouse;document.onmouseup=new Function("currRS=null");
function ShowWin_1121515540997(){
if (!(getCookie_1121515540997('cookPopUp1121515540997') == 'jPopup')) {
new createpopup_1121515540997('meglepetes-ajanlat@silihost.ro','Küldjék el meglepetés-ajánlatukat!','Kattintson a %27Küldés%27 gombra, hogy megkapja meglepetés-ajánlatunkat.',true,1,410,350,false,201,30,0,3,0,'DarkBlue','font-weight:bold;','Verdana','White','10pt','#FFFF80','','DarkBlue','Gray','DarkBlue',true,false,'CADOU-SURPRIZA','<form name="mailform" method="post" enctype="text/plain" action="mailto:meglepetes-ajanlat@silihost.ro?subject=Kuldjek_el_meglepetes-ajanlatukat!"><table><tbody><tr><td colspan="2"><p align="center"><strong><font style="font-size:12pt; color:#000; font-family:Tahoma; text-align:center; line-height:24px;">Alegeti pentru a primi oferta!</font></strong></td></tr>'+
'<tr><td style="padding:8px 2px 0 0;" colspan="2"><label><input type="radio" name="Ajanlatkeres_modja" value="Kattintson az email Kuldes gombjara!" onFocus="document.mailform.action=\'mailto:meglepetes-ajanlat1@silihost.ro?subject=Sunt_interesat_de_găzduire_web\'"><font style="font-size:10pt; color:#434343; font-family:Tahoma"><strong>Caut serviciu de gazduire web</strong></font></label></td></tr><tr><td colspan="2"><label><input type="radio" name="Ajanlatkeres_modja" value="Kattintson az email Kuldes gombjara!" onfocus="document.mailform.action=\'mailto:meglepetes-ajanlat2@silihost.ro?subject=Am_deja_un_pachet_de_găzduire_la_un_alt_furnizor\'"><font style="font-size:10pt; color:#434343; font-family:Tahoma;"><strong>Am deja gazduire web la alt furnizor</strong></font></label></td></tr>'+
'<tr><td colspan="2"><label><input type="radio" name="Ajanlatkeres_modja" value="Kattintson az email Kuldes gombjara!" onFocus="document.mailform.action=\'mailto:meglepetes-ajanlat3@silihost.ro?subject=Nu_sunt_interesat_de_găzduire_web_dar_vreau_cadoul\'"><font style="font-size:10pt; color:#434343; font-family:Tahoma"><strong>Nu vreau gazduire web dar vreau cadoul</strong></font></label><br></td></tr><tr><td colspan="2" align="center"><p class="td" style="padding:10px 20px; text-align:center;" align="center"><input style="width:120px; height:30px; font-size:9pt;" type="submit" name="submit" value="Vreau oferta."></p></td></tr>'+
'<tr><td><p style="padding:0 6px;" align=top><font style="font-size:10pt; color:#000; font-family:Tahoma; line-height:18px;"><strong>Alături de <br> oferta surpriză primiti<br>e-cartea cadou !<br><br>&nbsp;<br><br>&nbsp;</strong></font></td><td></p><p class="td" style="padding:7px 6px 0 1px;" align="center"><img src="images/google1-sarga.jpg" alt="Secretele Google 1: Cum sa fiti in top in Google?" width="115" height="169"> &nbsp;&nbsp;&nbsp;&nbsp; <a href=javascript:hidebox_1121515540997(\'Div1121515540997\'); target="_self">Închide</a> </p></td></tr><tr><td></td><td><img src="images/spacer.gif" width="200" height="1"></td></tr></tbody></table></FORM>','Div1121515540997',false,'',false,false,false,false,false,false,false,1,false,1,false,false,true,true,true,false,false,'N/A',false,false,1,7,7);

//var id = GetCookie('shid');
//if (id == null) {
//id = "silihost";
//}
//document.popupform.dp44.value = id;
}
var s = new Date();
setCookie_1121515540997('cookPopUp1121515540997','jPopup','','/');
}



function Close(){};
function Link(){};
function readCookie(name) {
  var cookieValue = "";
  var search = name + "=";
  if(document.cookie.length > 0) { 
    offset = document.cookie.indexOf(search);
    if (offset != -1) { 
      offset += search.length;
      end = document.cookie.indexOf(";", offset);
      if (end == -1) end = document.cookie.length;
      cookieValue = unescape(document.cookie.substring(offset, end))
    }
  }
  return cookieValue;
}
function writeCookie(name, value, hours) {
  var expire = "";
  if(hours != null) {
    expire = new Date((new Date()).getTime() + hours * 3600000);
    expire = "; expires=" + expire.toGMTString();
  }
  document.cookie = name + "=" + escape(value) + expire;
}
function findObj(theObj, theDoc) {
  var p, i, foundObj;
  
  if(!theDoc) theDoc = document;
  if( (p = theObj.indexOf("?")) > 0 && parent.frames.length) {
    theDoc = parent.frames[theObj.substring(p+1)].document;
    theObj = theObj.substring(0,p);
  }
  if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj];
  for (i=0; !foundObj && i < theDoc.forms.length; i++) 
    foundObj = theDoc.forms[i][theObj];
  for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++) 
    foundObj = findObj(theObj,theDoc.layers[i].document);
  if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);
  
  return foundObj;
}
function showHideLayers() { 
  var i, visStr, obj, args = showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) {
    if ((obj = findObj(args[i])) != null) {
      visStr = args[i+2];
      if (obj.style) {
        obj = obj.style;
        if(visStr == 'show') visStr = 'visible';
        else if(visStr == 'hide') visStr = 'hidden';
      }
      obj.visibility = visStr;
    }
  }
}
function CenterPopup(theObj) {
	var height, width, obj,ttop,lleft;
	width =  window.innerWidth || document.body.offsetWidth;
  height =  window.innerHeight || document.body.offsetHeight;
	obj = findObj(theObj);
	lleft = (width / 2) - (parseInt(obj.style.width) / 2); 
	if (lleft < 400) {lleft = 400}
	obj.style.left = lleft + 'px';
	ttop = (height / 2) - (parseInt(obj.style.height) / 2)
	if (ttop < 50) {ttop = 50}
	obj.style.top = ttop + 'px';
}
var Timeout = 120;
var TimerID = null;
function StartAutoClose() {
	if (Timeout == 0) {
		StopAutoClose();
		dismiss();
	}
	else {
		Timeout = Timeout - 1;
		timerID = self.setTimeout("StartAutoClose()", 1000);
	}
}
function StopAutoClose() {
	clearTimeout(TimerID);
}
var detect;
function CheckBrowser(string) {
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}
function dismiss() {
	showHideLayers('pc_1353a', '', 'hide');
	showHideLayers('pc_1353b', '', 'hide');
	showHideLayers('pc_1353c', '', 'hide');
}
function jump() {
	window.open('http://silihost.ro/servers.html');
}
function DoLoad() {

window.setTimeout("ShowWin_1121515540997();",4999);

	detect = navigator.userAgent.toLowerCase();
	var UseCookie = false;
	var AutoCenter = true;
	var AutoClose = true;
	if (readCookie("pc_1353") != 'yes') {
		if (AutoClose) {
			StartAutoClose();
		}
		if (CheckBrowser('msie')) {
			if (AutoCenter) {
					CenterPopup('pc_1353a');
					CenterPopup('pc_1353b');
			}
			showHideLayers('pc_1353a', '', 'show');
			showHideLayers('pc_1353b', '', 'show');
		}
		else {
			if (AutoCenter) {
				CenterPopup('pc_1353c');
			}
			showHideLayers('pc_1353c', '', 'show');
		}
		if (UseCookie) {
			writeCookie("pc_1353", "yes", 24);
		}
	}
	else {
		dismiss()
	}
}

document.write("<map name=\"Map\" id=\"Map\"><area shape=\"rect\" coords=\"224,42,245,63\" onClick='dismiss();' alt='Bezáráshoz kattintson ide' title='Bezár' target=_self >");
document.write("<area shape=\"rect\" coords=\"0,0,288,343\" href=\"http://silihost.ro/internet-marketing.html\"></map>");

document.write("<div id=\"pc_1353a\" style=\"position:absolute; left:1px; top:1px; width:288px; height:348px; z-index:2000; visibility: hidden; overflow: auto;\"><img src=\"images/blank.gif\" style=\"height: 1px; width: 1px; border: 0px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pc_1353_shd.png',sizingMethod='image')\" /></div>");
document.write("<div id=\"pc_1353b\" style=\"position:absolute; left:1px; top:1px; width:288px; height:348px; z-index:2001; visibility: hidden; overflow: auto;\"><img src=\"images/blank.gif\" style=\"height: 348px; width: 288px; border: 0px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pc_1353.png',sizingMethod='image')\" usemap=\"#Map\" /></a></div>");
document.write("<div id=\"pc_1353c\" style=\"position:absolute; left:1px; top:1px; width:288px; height:348px; z-index:2000; background-image: url(images/pc_1353_shd.png); layer-background-image: url(images/pc_1353_shd.png); visibility: hidden; overflow: auto;\"><img src=\"images/pc_1353.png\" style=\"border: 0px;\" usemap=\"#Map\" /></a></div>");

if (typeof window.addEventListener != "undefined") {
  window.addEventListener("load", DoLoad, false);
}
else if (typeof window.attachEvent != "undefined") {
  window.attachEvent("onload", DoLoad);
}
else {
	window.onload = DoLoad;
}

var win=null;function NewWindow(mypage,myname,w,h,pos,infocus){if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center'&&pos!="random")||pos==null){myleft=0;mytop=20}
settings="width="+w+",height="+h+",top="+mytop+",left="+myleft+",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);win.focus();}//-->
