// common.js -- common JS functions

// (c) 1999-2003 Bright Interactive Limited. All rights reserved.
// http://www.bright-interactive.com | info@bright-interactive.com
// Tel: 0845 601 5775

// Last modified:
// $Date: 2007-03-30 09:59:35 $
// Release $Name:  $
// Revision $Revision: 1.1.1.1 $

// History:
// $Log: common.js,v $
// Revision 1.1.1.1  2007-03-30 09:59:35  jamesd
// initial import
//
// Revision 1.2  2005/07/01 16:14:49  tamora
// Changes
//
// Revision 1.1  2003/11/19 11:18:49  eric
// Added
//


var toptext_original = "";

function swap_toptext(tab) {
	//if ( toptext_original == "" ) {
	//	toptext_original = document.getElementsByName("toptext")[0].src;
	//}
	//document.getElementsByName("toptext")[0].src = "../images/text/toptext_" + tab + ".gif";
}

function swap_toptext_original() {
	//document.getElementsByName("toptext")[0].src = toptext_original;
}