function popup( URL ) {
    popupWindow = window.open( URL , "popup" , "width=700 , height=600 , left=10 , top=10 , screenX=10 , screenY=10 , location=no , menubar=no , status=yes ,toolbar=no , resizable=yes , scrollbars=yes , dependent=yes");
}

