function print_me() {
 	if (document.getElementById('rh_iframe')) 
		{	
		window.frames['rh_iframe'].focus();
		parent.rh_iframe.print();
		}
	else {
	 	window.print();
	 		 	}
}