 	function doAdd(url,width,height){
            	
                var xwindow = new modalWindow(width,height)
                xwindow.onclose = function( returnValue ){
        			
        			
                	if(returnValue != "cancel"&& typeof(returnValue)!="undefined"){
                		
                	}	
                }
               xwindow.showModalDialog( url )  
            }
