// Scale Image

var saveWidth = 0;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openImg(where) {
	where = where.src;
	MM_openBrWindow(where,'檢視圖片','')	
}
