function openWin(file, title, params) {
w = window.open(file, title, params); 
}
function ClearText(){
document.find.text.value="";
}