
function gallery_pop(id){
	var newwin = window.open("gallery_pop.city?id="+id, "gallery_"+id, 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=0,width=521,height=480,left=312,top=184');
	newwin.focus();
}
