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 catOpen(id){
	if ( document.getElementById( 'al_' + id ).className == 'open' ) {
		document.getElementById( 'al_' + id ).className = 'no';
	} else {
		document.getElementById( 'al_' + id ).className = 'open';
	}
}

var popup_left=0;
var popup_top=0;

function openwin(a,b,c){
	popup_left = (screen.width-b)/2-30;
	popup_top  = (screen.height-c)/2-30;
	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");
}

var http_request = false;

	function repjegyOpen(){

        popup_w = 530;
        popup_h = 560;

		popup_left = ( screen.width - popup_w )/2  - 30;
		popup_top  = ( screen.height - popup_h )/2 - 30;
		open("repjegy-popup.shtml","ftravel_repjegy","width="+popup_w+",height="+popup_h+",top="+popup_top+",left="+popup_left+",location=no,menubar=no,scrollbars=no,resizable=yes,status=no,toolbar=no");

	}

	function openKepnagyito(a,b,c){
		popup_left = (screen.width-b)/2-30;
		popup_top  = (screen.height-c)/2-30;
		open("../pre/1002/kepnagyito.shtml?" + a,"ftravel_pic","width="+b+",height="+c+",top="+popup_top+",left="+popup_left+",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
	}
