// copyright 2002, Rene Ros - gehele of gedeeltelijke overname niet toegestaan zonder voorafgaande toestemming.// copyright 2002, Rene Ros - partial or complete copy not allowed without prior permission.function FS_LoadFrames(FrCat,FrMain,FrSub){  if (self==parent) {		document.location.href = document.location.protocol + '//' + document.location.hostname + '/index.htm?' + document.location.href;	}  else {	curCatPath = parent.frames.fortencat.location.pathname;	newCatPath = document.location.pathname.substr(0, document.location.pathname.lastIndexOf('/') + 1) + FrCat;if (FrCat != '' && curCatPath != newCatPath){parent.frames.fortencat.location.href=FrCat};	if (FrMain != ''){		parent.frames.fortenmain.location.href=FrMain};	//curCatPath = parent.frames.fortensub.location.pathname;	//newCatPath = document.location.pathname.substr(0, document.location.pathname.lastIndexOf('/') + 1) + FrSub;	//if (FrSub != '' && curCatPath != newCatPath){parent.frames.fortensub.location.href=FrSub};  }}