function emailpage(){
var urlToOpen = "http://www.pwc.com/en_GX/webadmin/forms/email_a_colleague.jhtml?localeOverride=en_LU&color_stylesheet=terracotta";
PopUp = window.open( urlToOpen, 'Popup', 'width=450,height=500,menubar=no,scrollbars=yes,resizable=yes' );
}

function printPreview(){

var locn = window.location.pathname;

window.open("/servlet/pwcPrintPreview?LNLoc=" + locn);

return (true);

}


function rhn(){
	
subject_title = document.title;
destination = document.domain;
	
	document.writeln("<span class='RHTitle'>Contact</span>");
	document.writeln("<dl>");
	document.writeln("<dt><a href='mailto:pwc-events@lu.pwc.com'>PwC Events</a><br />");
	document.writeln("</dt>");
	document.writeln("</dl>");
	document.writeln("</div>");
	
//	document.writeln("<div class='RHBox'>");
//	document.writeln("<span class='RHTitle'>Of further interest</span> ");
//	document.writeln("<ul>");
//	document.writeln("<li><a href='http://events.pwc.lu/Local/interview/2009/PEFsurvey.nsf/CreerQuestionnaire?OpenAgent&I=Private_Equity_Forum_Survey&C=' target='_blank'>Satisfaction Survey</a></li>");
//	document.writeln("</ul>");
//	document.writeln("</div>");
	document.writeln("<div class='RHBox'>");
	document.writeln("<span class='RHTitle'>Share</span>");
	document.writeln("<ul id='pagetools'>");
	document.writeln("<li><a href='mailto:?body=I thought you might find this interesting! Please click on the following link: " + document.URL + ".?subject=" + document.URL + "' title='Email to a colleague'><img src='http://www.pwc.com/en_GX/webadmin/assets/image/email.gif' alt='' border='0' />Email to a colleague</a></li>" );
	<!--document.write("<li><a href='javascript:emailpage();' target='_self' class='shareicon'><img src='http://www.pwc.com/en_GX/webadmin/assets/image/email.gif' alt='' border='0' />Email to a colleague</a></li>");-->
	document.write("<li><a href='javascript:window.print();' class='shareicon'><img src='http://www.pwc.com/en_GX/webadmin/assets/image/print.gif' alt='' border='0' />Print-friendly version</a></li>");
	document.writeln("</ul>");
	

}


function rightHandNavigation(){
	document.writeln( "<div class='RHContacts'>");
	rhn();
	document.writeln( "</div>");
}


