function openwin(url,name,features) { //v1.0
 window.open(url,name,features);
}