pa = new Array();
pb = new Array();
for (var i=1;i<=7;i++){
	pa[i]=new Image();pa[i].src='pic/site/htbk_menu_a' + i + 'a.jpg';
	pb[i]=new Image();pb[i].src='pic/site/htbk_menu_a' + i + 'b.jpg';
}

function cImg(a,b) {document.images[a].src = b.src}

var popup_left=0;
var popup_top=0;

function picOpen(a,b,c){
	popup_left = (screen.width-b)/2-30;
	popup_top  = (screen.height-c)/2-30;
	open("pre/site/kepnagyito.shtml?"+a,"htbk_img","width="+b+",height="+c+",top="+popup_top+",left="+popup_left+",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
}

function mov_open(a,b,c){
   popup_left = (screen.width-b)/2-20;
   popup_top  = (screen.height-c)/2-20;
   open(a,'mov','width='+b+',height='+c+',top='+popup_top+',left='+popup_left+',location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}

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 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="";}}
