function popup(s,w,h) {
	if(!w) var w = 450;
	if(!h) var h = 550;
	window.open(s,'','width=' + w + ',height=' + h + ',resizable=no,statusbar=no,scrollbars=yes,toolbar=no,location=no,status=no');
}

function servicePopup(sid) {
	if(sid!='') {
    	var url="/_dataPublic/servery.cz/php/order/service_desc_a24.php?service_id="+sid;
	    window.open(url,'desc_param','width=630,height=460,statusbar=no,scrollbars=yes,location=no,menubar=no,resizable=yes');
	}
}

function servicePopup2(sid, lang) {

	if(sid!='') {
    	var url="/_dataPublic/servery.cz/php/order/service_desc_a24.php?service_id="+sid+"&lang="+lang;
	    window.open(url,'desc_param','width=630,height=460,statusbar=no,scrollbars=yes,location=no,menubar=no,resizable=yes');
	}
}

function nospam(typ)
{
   document.write(typ+'@' + 'active24.cz');
}