<!-- Hide from older browsers
function prntRahFunc_Regional(print_btn, close_btn,extra_id)
{
var txt="";

	if (document.getElementById != null)
	{
		var extraID_table_width = "590";
		var extraID_td_width = "500";
		var extraID_window_width = "600";

    		if ((extra_id == "sitelet4") || (extra_id == "simplecontentF") ||(extra_id == "promo")){
		   extraID_table_width = "745";
		   extraID_td_width = "688";
		   extraID_window_width = "793";
		}
		var html = '<HTML>\n<HEAD>\n';

		if (document.getElementsByTagName != null)
		{
			var headTags = document.getElementsByTagName("head");
		}
//		html +='\n<LINK REL="stylesheet" HREF="http://www.fedex.com/css/fedexascend.css" TYPE="text/css">\n';
    		if ((extra_id == "offline")||(extra_id == "products")||(extra_id == "promo")) {
		html +='\n<LINK REL="stylesheet" HREF="/css/kinkosSpecific.css" TYPE="text/css">\n';
		} else {		
		html +='\n<LINK REL="stylesheet" HREF="/css/corporateSpecific.css" TYPE="text/css">\n';
		}
		html +='\n<LINK REL="stylesheet" HREF="/css/stylesheet20.css" TYPE="text/css">\n';
    		if (extra_id == "promo") {
		html +='\n<LINK REL="stylesheet" HREF="/css/promoStyle.css" TYPE="text/css">\n';
		}
		html +="\n<STYLE MEDIA='screen'> .subbuttons { display : visible ; } </STYLE>\n";
		html +="\n<STYLE MEDIA='print'> .subbuttons { display : none ; } </STYLE>\n";
		html +="\n<STYLE> .mainbuttons { display : none ; } </STYLE>\n";
		html +="\n<STYLE> .a { color: #660099; } </STYLE>\n";
		html +="\n<STYLE MEDIA='print'> .subbuttons1 { display : visible ; } </STYLE>\n";
		html +="\n<STYLE MEDIA='screen'> .subbuttons1 { display : visible; } </STYLE>\n";
		html += '\n</HEAD>\n<BODY>\n';


//      Close Button
		html +='<SPAN class="subbuttons"><table width="'+extraID_table_width +'" cellpadding="0" cellspacing="0" border="0"><tr bgcolor="#cccccc" height="25"><td width="'+extraID_td_width +'">&nbsp;</td><td width="20" valign="middle" align="right"><span class="subbuttons" style="vertical-align: middle;"><a href="javascript:window.print()"><img src="http://www.fedex.com/images/ascend/shared/icon_print.gif" width="18" height="18" alt="'+print_btn+'" border="0"></a></span></td><td width="5">&nbsp;</td><td width="20" valign="middle" align="left"><span class="subbuttons"><a href="javascript:window.print()" class="smallPrinterFriend">'+print_btn+'</a></span></td><td width="10"><img src="http://www.fedex.com/images/ascend/shared/spacer.gif" width="10" height="30"></td><td valign="middle"><a href="javascript:window.close()" class="smallPrinterFriend">'+close_btn+'</a></td></tr></table></SPAN><br>\n';

// Find Logo


		var logoReadyElem = document.getElementById("printlogo");
		if (logoReadyElem != null)
		{
				html += "<div style='margin-left:15px'>" + 
                                   logoReadyElem.innerHTML + "</div>";
		}
		else
		{
			alert("Could not find the logo section in the HTML");
			return;
		}

		html += '<br>';

		var printReadyElem1 = document.getElementById("printReady1");
                if (printReadyElem1 != null)
                {
                 		html += '<DIV id="content">'+printReadyElem1.innerHTML+'</div><div style="clear:both;">&nbsp;</div>';
                } 

//Find PrintContent
		var printReadyElem = document.getElementById("printReady");
try {
  if (extra_id) {
    if (extra_id == "promo"){
       html +='<DIV id="' + extra_id + '"><DIV id="content">';
      //html +='<DIV id="content"><DIV id="copy">';
    } else {
	if((extra_id == "sitelet4") || (extra_id == "simplecontentF")) {
        	 html += '<DIV id="content"><DIV id="copy"><DIV id="rightColumn" class="fullWidth">';
	} else {
        	html += '<DIV id="content"><DIV id="copy"><DIV id="rightColumn">';
	}
    }
  }
} catch (e) {}
		if (printReadyElem != null)
		{
			// make sure all div tags closed properly, otherwise firefox browser can't open page.
			if(extra_id == "promo") {
			  html += printReadyElem.innerHTML + "</div></div><div class='cleaner' style='margin-bottom:15px;'>&nbsp;</div></BODY></HTML>";
			} else {
			  // html += printReadyElem.innerHTML + "</div></div></div><div class='cleaner' style='margin-bottom:15px;'>&nbsp;</div></BODY></HTML>";
			  html += printReadyElem.innerHTML + "</div></div></div>";
			  if ((navigator.appName == "Microsoft Internet Explorer") && (extra_id == "products")) {
			  html += '<div class="cleaner" style="margin-bottom:15px;">&nbsp;</div>';
			  }
			  html += '<div class="cleaner" style="margin-bottom:15px;">&nbsp;</div></BODY></HTML>';
			}
		}
		else
		{
			alert("Could not find the printReady section in the HTML");
			return;
		}
                var reNoShow = new RegExp("noShow", "g");
                html = html.replace(reNoShow,"'noShow' style='display:block' ");
		var reBCLinks= new RegExp('breadCrumbs style="DISPLAY: none"', "ig");
                html = html.replace(reBCLinks,'"breadCrumbs" style="display:visible;"');
                var reNoprinterFriendShow = new RegExp("printerFriend", "g");
                html = html.replace(reNoprinterFriendShow,'"printerFriend" style="display:none"' );
if ((navigator.appName == "Microsoft Internet Explorer") && ((extra_id == "offline") || (extra_id == "products"))) {
                var refeaturedProductWrapper = new RegExp("featuredProductWrapper", "g");
                html = html.replace(refeaturedProductWrapper,"'featuredProductWrapper' style='width:555px;'" );
}
                // html = html.replace(refeaturedProductWrapper,'"featuredProductWrapper"');
		var storyWin = window.open("",
                               "StoryWin",
                               "toolbar=no,screenx=0,screeny=0,top=0,left=0,width="+extraID_window_width+",height=440,directories=no,status=yes,scrollbars=yes,resizable=no,menubar=no");
		with (storyWin.document) {
                var reOnClick = new RegExp("onclick", "g");
                html = html.replace(reOnClick,"removeclick");
                var reNoHrefSubTitle= new RegExp("<h(.*?)><a (.*?)>(.*?)</a></h(.*?)>", "ig");
                html = html.replace(reNoHrefSubTitle,"<h$1>$3<\/h$4>");
		if(extra_id == "faq") {
		   var reNoSearchBx= new RegExp('<input class=searchBx', "ig");
		   html=html.replace(reNoSearchBx,'<input class="searchBx" style="display:none;"');
		   var reNoSearchArea= new RegExp('<input class=search_area_faq', "ig");
		   html=html.replace(reNoSearchArea,'<input class="search_area_faq" style="display:none;"');
		   // var remQHref = new RegExp("<dt><a[^>]*>([\\S\\s]*?)</a></dt>", "ig");
		   var remQHref = new RegExp("<dt><a(.*?)>(.*?)</a> ", "ig");
		   html=html.replace(remQHref,'<dt>$2<\/dt>');
		}
		if(extra_id == "products") {
                var reProductPageTitle= new RegExp("<H1>", "ig");
                html = html.replace(reProductPageTitle,"<H1 style='color:#0099CC;'>");
		}
                re = new RegExp("<SCRIPT", "ig");
                html = html.replace(re,"<!-- <script");
                re = new RegExp("</SCRIPT>", "ig");
                html = html.replace(re,"</SCRIPT> -->");
		write(html);
		close(html);
		}
	}
	else
	{
		alert("Sorry, the print feature is only available in modern browsers.");
	}
}

// -->

