function wopen(url, wname, width, height){
   width +=26;
   height +=26;	
   window.open(url, wname, 'width='+width+',height='+height+',location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}
