function DisplayFullImage( imgid ) {
	window.open("../eflo/mer_showImageFull.aspx?folder=PROD&imageid=" + imgid, "DisplayImage", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=620,dependent=yes,screenX=300,screenY=100");
}
function set_category_image(obj, catimgid) {
    obj.src = "eflo/mer_showImageCustom.aspx?folder=CAT&imageid=" + catimgid + "&maxW=196&maxH=-1";
}

function set_mouseover_image(obj)
{
    obj.src = "../images/Plates-web-button-light.gif"
}

function reset_image(obj)
{
    obj.src = "../images/Plates-web-button.gif"
}