<!-- Begin
function popUp(URL, img_width, img_height) {
	if (win)win.close();
	win = eval("page = window.open(URL, 'newWin', 'scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width="+ img_width +", height=" + img_height +"');");
	win.focus();
}
// End -->
