function ExternalLinkPop(theURL) {
newWindow = window.open(theURL,'ExternalLink','toolbar=yes,location=yes,scrollbars=yes,status=yes,menubar=yes,resizable=yes,fullscreen=no,left=80,top=80,height=556,width=808');
newWindow.focus();
}

function ExternalLinkPopLarge(theURL) {
newWindow = window.open(theURL,'ExternalLink','toolbar=yes,location=yes,scrollbars=yes,status=yes,menubar=yes,resizable=yes,fullscreen=no,left=80,top=80,height=600,width=1024');
newWindow.focus();
}

function ExternalAMZLinkPop(theURL) {
//newWindow = window.open(theURL,'ExternalLink','toolbar=yes,location=yes,scrollbars=yes,status=yes,menubar=yes,resizable=yes,fullscreen=no,left=80,top=80,height=556,width=808');
//newWindow.focus();

}