// JavaScript Document
function popup_win(winURL, winName, Features)
{
	window.open(winURL,winName,Features);
}

function bigimg(img,wid,heig){
//	window.open('/popup/popup_071015.htm','inn','width=442,height=323,resizable=no,status=1,scrollbars=no,menubar=no,top=0,left=410');
	window.open('/popup/imgview.html?img='+img+'','imgview', 'width='+wid+', height='+heig+',resizable=no,status=1,scrollbars=no,menubar=no,top=0,left=0');
}