function openpopup(popurl){
// var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=760,height=600,scrollbars,")
}

function openpopup_small(popurl){
// var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=440,height=400,scrollbars,")
}

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();
}

