
function popup(url){
var newwindow = window.open(url, "newwindow", "height=500, width=500 resizable=yes, scrollbars=yes");
}
