﻿function ChangeImg(ele, img)
{
    if (ele!=null)
    {
        ele.setAttribute("src", img);
    }
}

function popUp(URL,NAME) {
    amznwin=window.open(URL,NAME,"location=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,width=380,height=450,screenX=10,screenY=10,top=10,left=10");
    amznwin.focus();}
