function popup(url, width, height) {
window.open(url, "myWindow", "status = 0, height=" + height + ", width=" + width + ", resizable = 1, scrollbars=1" );
return false;
}
