function popWin(_src) {
	window.open(_src,'popwin','width=520,height=640,scrollbars=yes,resizable=yes,toolbar=no,status=no,left=10,top=10');
}

function popWinSize(_src,_width,_height) {
	window.open(_src,'popupimg','width='+_width+',height='+_height+',scrollbars=yes,resizable=yes,toolbar=no,status=no,left=10,top=10');
}
