function newwindow(wname,url,features){
window.open(url,wname,features); 
}        

