
  function openNew(href, w, h){
    another=open(href, '_blank', 'scrollbars=no, status=yes, titlebar=no, toolbar=no, location=no, menubar=no, resizable=no, width='+w+', height='+h,false);  
   }
	
