// This documentation is proprietary and is protected international
// copyright laws and trade secret laws. Copyright 2001 (unpublished)
// V.O.F. 4Worx Software Innovations, Utrecht
// All rights reserved. No part of this documentation may be reproduced, 
// copied, adapted, modified, distributed, transferred, translated, disclosed,
// displayed or otherwise used by anyone in any form or by any means without
// the express written authorization of V.O.F. 4Worx Software Innovations
// (www.4worx.nl)
//
//
// Project      : 4015-Frapak
// Filename     : location.js
// 
// Description  : Functions for referring to mainpage
//
// 30-10-2002, MH: Initial release

if (self.location == top.location)
{
	var str = document.location + "";
	if (str.search("pagina") != -1)
	{
		document.location.replace("http://ergo-actief.nl/erg0-actief/Default.htm");
	}
	
}

