var popwin;

function popUpImage(theImageURL)
{
	popwin = window.open(theImageURL,'popWin','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=370,height=103');
	popwin.focus();
}

