// Procédures globales du projet
function getbasepage(mypage)
{
//	alert("path: " + parent.document.frames[1].location.pathname); 
//	alert("loc: " + parent.document.frames[1].location.href); 	
//	alert("hostname: " + parent.document.frames[1].location.hostname ) ;
//	alert("opvragen: " + parent.document.frames[1].location.hostname + parent.document.frames[1].location.pathname + "?ShowKnoop&knoopid="+mypage );
//	alert("prot: "+ parent.document.frames[1].location.protocol );
	document.location.href = parent.document.frames[1].location.protocol + "/" + parent.document.frames[1].location.hostname + parent.document.frames[1].location.pathname + "?ShowKnoop&knoopid="+mypage;
	
}
// Syntaxe :
//getbasepage ()
//
// Paramètres :
//	Aucun
// Valeur de retour :
// 	Aucune
//
//Procédure getbasepage()
//
//

