

// popup
function popup(URL,title,features) { 
window.open(URL,title,features);
}


//»çÁøº¸±â
	function PhotoPopUp(imgname){
		var photourl;
		photourl ='/info/photopopup.php?imgName='+imgname;
		window.open(photourl,'AutoAddr','toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=100,height=100');
	}
// javascript:popup('URL','title','scrollbars=yes,resizable=0,width=,height=')


function viewchang(img_name){
	document.all.img1.src=img_name;
}