
pa = new Array();
pb = new Array();
for (var i=1;i<=7;i++){
	pa[i]=new Image();pa[i].src='pic/s_hmenu'+i+'a.gif';
	pb[i]=new Image();pb[i].src='pic/s_hmenu'+i+'b.gif';
}

function cImg(a,b){
	document.images[a].src = b.src;
}

var popup_left=0;
var popup_top=0;

function popPic(a,b,c){
	popup_left = (screen.width-b)/2-30;
	popup_top  = (screen.height-c)/2-30;
	open('picz.html?'+a,"shoby_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="";}}
