<!--
function popup(url){
window.open (url, '', 'width=700, height=500, resizable=no,scrollbars=no');
}

function popupp(url){
window.open (url, '', 'width=700, height=500, resizable=yes,scrollbars=yes');
}
//-->