function g_popup(gid){
	day = new Date();
	id = day.getTime();
	w = 480;
	h = 362;
	eval("page" + id + " = window.open('popup.php?id='+gid,'" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+',left = 312,top = 150');");
	}
	
function b_popup(gid){
	day = new Date();
	id = day.getTime();
	w = 423;
	h = 544+52;
	eval("page" + id + " = window.open('brochure_popup.php?page='+gid,'" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+',left = 200,top = 100');");
	}
	
function g2_popup(pid,gid,w,h){
	day = new Date();
	id = day.getTime();
	var w = w || 610;
	var h = h || 440;
	eval("page" + id + " = window.open('gallery_popup.php?page='+pid+'&gallery='+gid,'" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+',left = 312,top = 150');");
	}