// Set the dimensions approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)
function popImage(src, id){
    if (id != null) {
        //PopupDivImage(src, id);
        imgWin=window.open('../Catalog/popupimage.aspx?id='+id,'','scrollbars=no,width=620,height=470,left=50,top=50')
    } else {
        id = src;
	    imgWin=window.open('../Catalog/popupimage.aspx?id='+id,'','scrollbars=no,width=620,height=470,left=50,top=50')
    }
}

