// 
// Copyright (c) 2001, ThoughtByDesign. All rights reserved.
// 
// This computer program is protected by copyright law and international treaties.
// Unauthorized reproduction or distribution of this program, or any portion of it,
// may result in severe civil and criminal penalties, and will be prosecuted to the
// maximum extent possible under the law.
// 
// File: helpUtil.js
// Author: Rob Allen
// Created: November 6, 2002
//
// Purpose: 
//

function startPage(arg) {
	if (top.contentArea == null || top.contentArea == undefined) {
		document.location.href = "index.jsp?c="+arg;
	} // if
} // startPage()