
function myPopup(url,numb) {
window.open( url, "myWindow"+numb, 
"status = 0, height = 600, width = 700, resizable = 1,scrollbars=yes" )
}

