function checkframe(url)
<!--versie 1.0 (29.05.2003) 											 -->
<!--																	 -->
<!--(c) 2003 Jeroen C. Koppes											 -->
<!--email:   post@jeroenkoppes.com										 -->
<!--website: http://www.jeroenkoppes.com								 -->
<!--									 								 -->
<!--Copyright:															 -->
<!--Gebruik van deze functie is alleen toegestaan met toestemming van    -->
<!--de programmeur!														 -->
<!--																	 -->
<!--Beschrijving:														 -->
<!--Functie die redirect als een bestand niet in de goede frameset zit.  -->
<!--																	 -->
<!--Variabelen:															 -->
<!--url=bestandsnaam & eventuele queystring van het huidige bestand		 -->
<!--																	 -->
{
	/*
if (window.top == window.self) 
 {
 window.top.location="../units_index/default.asp?file="+url
 }
 */
//moved to other location 
 
}
<!-- checkframe(url)													 -->