
	document.getElementById("tcmg").src=myTcImage;
	function setPanels(numberOfPanels)
				{
					return numberOfPanels;
				}
	var ws_height=0;
	 var totalPanels=setPanels(6);
	 var thisNav = navigator.userAgent.toLowerCase();
	  if(totalPanels==1 )
	 {
		if( thisNav.indexOf( "msie" ) == -1 )

		{
			ws_height=210;
		}
		else{
			ws_height=200;

		}

	}
	 if(totalPanels==2 )
	 {
		if( thisNav.indexOf( "msie" ) == -1 )

		{
			ws_height=226;
		}
		else{
			ws_height=226;

		}

	}




	 if(totalPanels==4 )
	 {
		if( thisNav.indexOf( "msie" ) == -1 )

		{
			ws_height=264;
		}
		else{
			ws_height=264;

		}

	}



	document.getElementById("top").style.height=ws_height+"px";

	function pause()
	{
	;
	}


