function openSendFriend(pUrl)
{
	var theHeight = 600;
	var theWidth = 500;
	var theTop = (screen.height/2)-(theHeight/2);
	var theLeft = (screen.width/2)-(theWidth/2);
	var features = 'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",scrollbars=yes";
	theWin=window.open('/weiterempfehlen/index/url/' + pUrl,'wdwSendFriend',features);
}

function openPrint(pModule, pController, pAction, pNid)
{
	var theHeight = 600;
	var theWidth = 800;
	var theTop = (screen.height/2)-(theHeight/2);
	var theLeft = (screen.width/2)-(theWidth/2);
	var features = 'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",scrollbars=yes";
	theWin=window.open('/druckerfreundlich/index/pmodule/' + pModule + '/pcontroller/' + pController + '/paction/' + pAction + '/pnid/' + pNid,'wdwPrint',features);
}