
function popupyes(page,width,height) {
        window.open(page,'popup1','width='+width+',height='+height+',toolbar=false,scrollbars=yes');
}
function popupno(page,width,height) {
        window.open(page,'popup2','width='+width+',height='+height+',toolbar=false,scrollbars=no');
}
