var rd;
function abrepop(theURL) { 
	    
		rd = window.open(theURL,'rd','scrollbars=yes,width=630,height=550');
		rd.focus();  
  
}
