var tempHtml;
var tempString;
var tempString02;
var tempString03;
var totalNum = sectionArray.length;
if (section == null)	var section;
if (subSection == null)	var subSection;
if (level1 == null)	var level1;


tempHtml = '<table width="610" border="0" cellspacing="0" cellpadding="0">';

tempHtml += '	<tr>';
tempHtml += '		<td colspan="2" style="background:url('+path+'images/common/dash_01.gif) repeat-x;"><img src="'+path+'images/common/spacer.gif" width="1" height="1"></td>';
tempHtml += '	</tr>';

tempHtml += '	<tr>';

tempHtml += '<td style="padding-top:5px; padding-bottom:5px;"><table border="0" cellspacing="0" cellpadding="0">';
tempHtml += '	<tr>';
//tempHtml += '		<td><img src="'+path+'images/common/icons/icon_email.gif" width="28" height="21" align="absmiddle"> <a href="javascript:emailAFriend();" class="gray01">Email to Friends</a></td>';
tempHtml += '		<td style="padding-left:12px;"><img src="'+path+'images/common/icons/icon_print.gif" width="23" height="23" align="absmiddle"> <a href=javascript:PrinterFriendlyPage("' + document.location.href + '","' + section + '","' + subSection + '","' + level1 + '","' + level2 + '","' + path + '"); class="gray01">Printer Friendly Page</a></td>';

tempHtml += '		<td style="padding-left:12px;"><img src="'+path+'images/common/icons/icon_add.gif" width="28" height="21" align="absmiddle"> <a href="javascript:addFavourite();" class="gray01">Add to My Favourites</a></td>';
tempHtml += '	</tr>';
tempHtml += '</table></td>';

tempHtml += '		<td align="right" style="padding-right:3px;"><img src="'+path+'images/common/arrow_03.gif" width="7" height="5" align="absmiddle"> <a href="javascript:scrollTo(0, 0);" class="green02">Top</a></td>';

tempHtml += '	</tr>';


tempHtml += '	<tr>';
tempHtml += '		<td colspan="2" style="background:url('+path+'images/common/dash_01.gif) repeat-x;"><img src="'+path+'images/common/spacer.gif" width="1" height="1"></td>';
tempHtml += '	</tr>';

tempHtml += '</table>';


document.write(tempHtml);

