function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		bt1o = newImage("img/bt_/bt1.gif");
		bt2o = newImage("img/bt_/bt2.gif");
		bt3o = newImage("img/bt_/bt3.gif");
		bt4o = newImage("img/bt_/bt4.gif");
		bt5o = newImage("img/bt_/bt5.gif");
		bt6o = newImage("img/bt_/bt6.gif");
		bt7o = newImage("img/bt_/bt7.gif");
		preloadFlag = true;
	}
}
function w(a,b,c) {
		//window.open("fotopic.php?p="+a+"&s="+b+"&m="+c,"pic","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=830,height=670");
		window.open("/gallery.phtml?p="+a+"&m="+b+"&n="+c,"gal","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=890,height=700");
	}
function mp() {
		window.open("map.html","map","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=900,height=650");
}
function lk(l,s) {
		window.open("flat.php?l="+l+"&s="+s,"lakas","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=940,height=730");
}
function shdv(d) {
	document.getElementById(d).style.display='';
	return true;
}
function hddv(d) {
	document.getElementById(d).style.display='none';
	return true;
}
function flpdv(d) {
	if (document.getElementById(d).style.display == '')
		document.getElementById(d).style.display='none';
	else
		document.getElementById(d).style.display='';
	return true;
}
