
function popupimage (urlstring) {
window.open(urlstring,'productimage','width=100px,height=100px, location=no, menubar=no, status=no,toolbar=no, scrollbars=yes, resizable=yes')
}