/********************************************************************
* breakout.js                                                       *
*                                                                   *
* Author : Sven Cipido                                              *
* E-mail : sven@winkelsite.com                                      *
* URL : http://www.winkelsite.com/sccs/                             *
* Version : 1.0                                                     *
* Last updated : January 13, 2001.                                  *
*                                                                   *
* This function will check if the page is opened within a frame.    *
* If the page is opened in a frame, then this script will open the  *
* page outside the frame.                                           *
*                                                                   *
********************************************************************/

if (window!= top)
top.location.href=location.href

/* end of Break out */