function setStartPage( p_portal, p_link,  p_titletext ){
	if( navigator.appName.indexOf('Microsoft')!=-1 ) {
		document.write('<td style="padding-right:8px;"><a class="footerfunction" title="'+p_titletext+'" href="'+p_link+'#" onclick="this.style.behavior=\'url(#default#homepage)\'; this.setHomePage(\''+p_portal+p_link+'\');"><img alt="'+p_titletext+'" border="0" height="11" width="11" src="images/icon_homepage.gif" title="'+p_titletext+'"/>&#160;'+p_titletext+'</a>&nbsp;&nbsp;</td>');
	}//if
}//setStartPageHeader

function goBack( p_back, p_portal ){
	document.write('<a class="generic11" href="javascript:history.back()" title="'+p_back+'"><img src="frontend/images/'+p_portal+'/pfeil-left.gif" width="11" height="11" alt="'+p_back+'" border="0" title="'+p_back+'"/>&#160;'+p_back+'</a>&#160;');		
	}//goBack
