// WBT Manager browser window utilities
// Copyright (C) 2000. Integrity eLearning
//	all rights reserved
//
//	forces a page into the WBT Manager frameset
function forceframe( forceURL )
{
	if( top.document.location==self.document.location )
		top.location= forceURL;
}

