function openwin (url,name,features){
newwin= window.open(url,name,features)
}
