function PopUp(URL) { 
default_window=window.open(URL,"PopUp","left=20,top=20,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,hotkey=0,width=600,height=400");
}
