// JavaScript Document
onload=function() {

var divh = document.getElementById('con').offsetHeight;
	var minu = 195;
	if(first == 'no'){
		var minu = 60;
	}
	var ndivh = divh - minu;
	if(ndivh > 190){
		document.getElementById('mbox').style.height = ndivh+'px';
	}
}

function ch_img(id,sr){
	document.getElementById(id).src = sr;
}

function ch_style(id,cl){
	document.getElementById(id).className = cl;
}

function hide(id){
	document.getElementById(id).style.display = "none";
}
function pop_gal(url,galID,pic){
	window.open(url+'tools/gallery.php?gal='+galID+'&cur='+pic, 'gallery','location=yes,toolbar=no,status=no,scrollbars=yes,menubar=no,width=720,height=600,left=50,top=50');
}
