function launchPL(url,linkID) {
	strCommand='window.open("/redir.asp?link=\''+url+'\'&linkID='+linkID+'","newwin")';
	setTimeout(strCommand,500);
	main.history.go(-1)
}

function switchTop(sessieID,targetID,stijlID,strHostname,blnNewwin) {
	if (blnNewwin == 0)
	{
		setTimeout("top.location.href='/launch.asp?sessieID=" + sessieID + "&targetID=" + targetID + "&stijlID=" + stijlID + "'",100)
	}
	else
	{
		window.open("http://" + strHostname + "/launch.asp?sessieID=" + sessieID + "&targetID=" + targetID + "&stijlID=" + stijlID)
	}
}
