function mmail(a){a.href=a.href.replace(/@KUKAC/g,"@");return true;}
function mstatus(a,b){if (b){window.status=a.href.replace(/@KUKAC/g,"@");} else {window.status="";}}

function popup_open(a,b,c){
   popup_left = (screen.width-b)/2-20;
   popup_top  = (screen.height-c)/2-20;
   open(a,'pic','width='+b+',height='+c+',top='+popup_top+',left='+popup_left+',location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no');
	}

function cikk_open(a,b,c){
   popup_left = (screen.width-b)/2-20;
   popup_top  = (screen.height-c)/2-20;
   open(a,'pic','width='+b+',height='+c+',top='+popup_top+',left='+popup_left+',location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
	}

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}


