// --------------------------------------------------------------------------
// Desc: 
// 
// 
// 
//
// --------------------------------------------------------------------------
// Created by: ; Date: 
// Modified by:  ; Date:   ; Desc: 
// Modified by:  ; Date:   ; Desc:  
// Modified by:  ; Date:   ; Desc: 
//
// Copyright 2002, e-motion systems corporation
// All Rights Reserved.
//
// --------------------------------------------------------------------------

	// RUN at beginning of program
	
	// REMOVE margin around web content
	self.moveTo(0,0)
	
	// MAXIMIZE the screen
	self.resizeTo(screen.availWidth,screen.availHeight)
	
	// REMOVE parent frame
	if( top.location!=self.location ) 
	  top.location = self.location

