<!--

function gal_popup(url,pos,desc) {
	if (pos) {
		position='width=600,height=440';
	} else {
		position='width=400,height=640';
	}
	window.open('/files/js/gal_popup.php?file='+url+'&pic_desc='+desc, name,'resizable=no,toolbar=no,status=no,'+position+', left=0,top=0');
}

function pic_popup(url,pos) {
	if (pos) {
		position='width=600,height=400';
	} else {
		position='width=400,height=600';
	}
	window.open('/files/js/pic_popup.php?file='+url, name, 'resizable=no,toolbar=no,status=no,'+position+', left=0,top=0');
}

function popup(url,w,h) {
	window.open('/files/js/pic_popup.php?file='+url, name, 'resizable=no,toolbar=no,status=no,width='+w+',height='+h+', left=0,top=0');
}
  
// -->