function popup(url,w,h)
         {
	 window.open(url,'popup','width='+w+',height='+h+',left=100,top=100');
         return true;
         }
