// JavaScript Document

function popup(url){
                        window.open(url,"newWindow","height=475,width=525,resizable=yes,menubar=no,scrollbars=yes");
}
