//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement752(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start752(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID752 = 0;
var tStart752  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer752(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID752) {
		clearTimeout(timerID752);
		clockID752  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart752)
	{
		tStart752   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate752 = new Date();
	var   tDiff752 = tDate752.getTime() - tStart752.getTime();
	tDate752.setTime(tDiff752);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate752.getSeconds())
	{
		hideElement('cn752');
		Stop752();
		return;
	}//End if

	timerID752 = setTimeout("UpdateTimer752(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start752() {
	tStart752   = new Date();

	timerID752  = setTimeout("UpdateTimer752(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop752() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID752) {
		clearTimeout(timerID752);
		timerID752  = 0;
	}//End if

	tStart752 = null;
}
//End of function Stop()

//===================================================================================================

//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement753(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start753(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID753 = 0;
var tStart753  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer753(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID753) {
		clearTimeout(timerID753);
		clockID753  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart753)
	{
		tStart753   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate753 = new Date();
	var   tDiff753 = tDate753.getTime() - tStart753.getTime();
	tDate753.setTime(tDiff753);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate753.getSeconds())
	{
		hideElement('cn753');
		Stop753();
		return;
	}//End if

	timerID753 = setTimeout("UpdateTimer753(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start753() {
	tStart753   = new Date();

	timerID753  = setTimeout("UpdateTimer753(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop753() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID753) {
		clearTimeout(timerID753);
		timerID753  = 0;
	}//End if

	tStart753 = null;
}
//End of function Stop()

//===================================================================================================

//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement754(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start754(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID754 = 0;
var tStart754  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer754(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID754) {
		clearTimeout(timerID754);
		clockID754  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart754)
	{
		tStart754   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate754 = new Date();
	var   tDiff754 = tDate754.getTime() - tStart754.getTime();
	tDate754.setTime(tDiff754);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate754.getSeconds())
	{
		hideElement('cn754');
		Stop754();
		return;
	}//End if

	timerID754 = setTimeout("UpdateTimer754(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start754() {
	tStart754   = new Date();

	timerID754  = setTimeout("UpdateTimer754(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop754() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID754) {
		clearTimeout(timerID754);
		timerID754  = 0;
	}//End if

	tStart754 = null;
}
//End of function Stop()

//===================================================================================================

//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement755(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start755(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID755 = 0;
var tStart755  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer755(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID755) {
		clearTimeout(timerID755);
		clockID755  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart755)
	{
		tStart755   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate755 = new Date();
	var   tDiff755 = tDate755.getTime() - tStart755.getTime();
	tDate755.setTime(tDiff755);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate755.getSeconds())
	{
		hideElement('cn755');
		Stop755();
		return;
	}//End if

	timerID755 = setTimeout("UpdateTimer755(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start755() {
	tStart755   = new Date();

	timerID755  = setTimeout("UpdateTimer755(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop755() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID755) {
		clearTimeout(timerID755);
		timerID755  = 0;
	}//End if

	tStart755 = null;
}
//End of function Stop()

//===================================================================================================

//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement756(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start756(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID756 = 0;
var tStart756  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer756(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID756) {
		clearTimeout(timerID756);
		clockID756  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart756)
	{
		tStart756   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate756 = new Date();
	var   tDiff756 = tDate756.getTime() - tStart756.getTime();
	tDate756.setTime(tDiff756);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate756.getSeconds())
	{
		hideElement('cn756');
		Stop756();
		return;
	}//End if

	timerID756 = setTimeout("UpdateTimer756(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start756() {
	tStart756   = new Date();

	timerID756  = setTimeout("UpdateTimer756(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop756() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID756) {
		clearTimeout(timerID756);
		timerID756  = 0;
	}//End if

	tStart756 = null;
}
//End of function Stop()

//===================================================================================================

//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement757(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start757(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID757 = 0;
var tStart757  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer757(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID757) {
		clearTimeout(timerID757);
		clockID757  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart757)
	{
		tStart757   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate757 = new Date();
	var   tDiff757 = tDate757.getTime() - tStart757.getTime();
	tDate757.setTime(tDiff757);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate757.getSeconds())
	{
		hideElement('cn757');
		Stop757();
		return;
	}//End if

	timerID757 = setTimeout("UpdateTimer757(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start757() {
	tStart757   = new Date();

	timerID757  = setTimeout("UpdateTimer757(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop757() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID757) {
		clearTimeout(timerID757);
		timerID757  = 0;
	}//End if

	tStart757 = null;
}
//End of function Stop()

//===================================================================================================

//Create showElement function for each of Navigation item ex: showElement0, showElement1,....
function showElement758(elName)
{
	getElement(elName).style.display = 'block';

	//
	//If viewer is using Mac view the side
	//
	if("MacPPC" == navigator.platform)
	{
		Start758(elName);
	}//End of if
}
//End of fucntion showElement

//Setup timer holder to count seconds
var timerID758 = 0;
var tStart758  = null;

//Create UpdateTimer() to increase stored timer by 1 sec
function UpdateTimer758(secondsToWait)
{
	//
	//if timer is not 0
	//

	if(timerID758) {
		clearTimeout(timerID758);
		clockID758  = 0;
	}//End if


	//
	//If time started to count did not set, set the timer
	//

	if(!tStart758)
	{
		tStart758   = new Date();
	}//End if

	//Set up variables hold time of Date and Time differece
	var   tDate758 = new Date();
	var   tDiff758 = tDate758.getTime() - tStart758.getTime();
	tDate758.setTime(tDiff758);

	//
	//check to see the second to wait before close the navigation menu is reached
	//

	if( secondsToWait <= tDate758.getSeconds())
	{
		hideElement('cn758');
		Stop758();
		return;
	}//End if

	timerID758 = setTimeout("UpdateTimer758(1)", 1000);
}
//End of function UpdateTimer

//Create Start() to start the timer
function Start758() {
	tStart758   = new Date();

	timerID758  = setTimeout("UpdateTimer758(1)", 1000);
}
//End of function Start()

//Create Stop() to stop the timer when visitor inactive for sometime
function Stop758() {

	//
	//if timerID is set then reset the timer and timerID
	//

	if(timerID758) {
		clearTimeout(timerID758);
		timerID758  = 0;
	}//End if

	tStart758 = null;
}
//End of function Stop()

//===================================================================================================
