// JavaScript Document
function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  myWidth = 840;
  myHeight = 630;
	features=		'scrollbars=yes';
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}
function openImage(img, w, h){
	w =	 840;
	h =  700;
	var win = window.open(img, 'imagewin', 'height='+h+', width='+w+', status=no, scollbars=no, resizable=yes');
	win.focus();
}
function listboxAuto(lst){
	try{
	var frm = lst.form;
	frm.action = '';
	frm.submit();
	}catch(e){
			alert(e.description);
	}
}
function Galsearch(btn){
	try{
		btn.form.action = 'index.php';
		document.getElementById('currentpage').value = '0';
	}catch(e){
		alert(e.description);	
	}
	
}