function on(num){
	num = num;
	
	
content1 = "<b>\"Trade Now\" Button for Clients</b><br>By clicking \"Trade Now,\" RJO Futures Clients can immediately access Web OE, RJO Futures' Web-based trading application—to act on trade recommendations right away.";

content2="<b>Trial to Web OE for Visitors Button</b><br>Visitors can recieve a 2-week trial to Web OE, RJO Futures Web-based trading platform. It's the best way for clients to instantly act upon trade recommendations made by our experts.";

content3="<b>Choose Your Commodity</b><br>Pick one of the many commodities we offer, by simply clicking on its symbol.";

content4="<b>New vs. Existing Trade Recommendations</b><br>Helpful symbols designate whether a trade recommendation is new or existing.";


content5="<b>Recommendations</b><br>Here our experts will advise you whether to Buy or Sell, what commodity to  buy or sell and when, and at what price.";

content6="<b>Chart Examples</b><br>Our experts may include a chart reference along with their trade recommendation to help you better understand the trade recommendation.";
content7="<b>Comments</b><br>This section may at times feature additional commentary regarding a trade recommendation, for a more in-depth look.";



content8="<b>Risk Management</b><br>This section helps you measure your potential loss and profitability on a trade. If you practice good risk management techniques, you should always know what you are willing to risk before entering a trade. It is recommended to only initiate trades with a minimum Reward/Risk ratio of 200%. In other words, you want to make sure that you have the possibility of making twice as much as what you are risking on a trade.";

content9="<b>Risk vs. Reward</b><br>The potential risk (Stop Order) and potential reward (Profit Limit Order) are recommended levels for exiting a trade. If you are filled on the profit objective, you need to remember to cancel the stop loss and vice versa. These levels can be adjusted to fit your risk tolerance as well. If you are more conservative, you may choose to risk less than if you are a more aggressive trader.";

content10="<b>Chat Live</b><br>You can talk to our Sr. Trading Advisors in real time, using this handy feature";










	if(num ==1){
		document.getElementById('floatingtab').style.display='block';
		document.getElementById('floatingtab').style.left='205px';
		document.getElementById('floatingtab').style.top='594px';
		document.getElementById('floatingtabtxt').innerHTML=content1;
		
		}
		
		if(num ==2){
		document.getElementById('floatingtabr').style.display='block';
		document.getElementById('floatingtabr').style.left='40px';
		document.getElementById('floatingtabr').style.top='598px';
		document.getElementById('floatingtabtxtr').innerHTML=content2;
		
		}
		
		if(num ==3){
		document.getElementById('floatingtab').style.display='block';
		document.getElementById('floatingtab').style.left='80px';
		document.getElementById('floatingtab').style.top='695px';
		document.getElementById('floatingtabtxt').innerHTML=content3;
		
		}
		
		if(num ==4){
		document.getElementById('floatingtab').style.display='block';
		document.getElementById('floatingtab').style.left='30px';
		document.getElementById('floatingtab').style.top='780px';
		document.getElementById('floatingtabtxt').innerHTML=content4;
		
		}
		
		if(num ==5){
		document.getElementById('floatingtab').style.display='block';
		document.getElementById('floatingtab').style.left='140px';
		document.getElementById('floatingtab').style.top='770px';
		document.getElementById('floatingtabtxt').innerHTML=content5;
		
		}
		
		if(num ==6){
		document.getElementById('floatingtab').style.display='block';
		document.getElementById('floatingtab').style.left='210px';
		document.getElementById('floatingtab').style.top='780px';
		document.getElementById('floatingtabtxt').innerHTML=content6;
		
		}
		
		if(num ==7){
		document.getElementById('floatingtab').style.display='block';
		document.getElementById('floatingtab').style.left='250px';
		document.getElementById('floatingtab').style.top='755px';
		document.getElementById('floatingtabtxt').innerHTML=content7;
		
		}
		
		if(num ==8){
		document.getElementById('floatingtabr').style.display='block';
		document.getElementById('floatingtabr').style.left='80px';
		document.getElementById('floatingtabr').style.top='683px';
		document.getElementById('floatingtabtxtr').innerHTML=content8;
		
		}
		
		if(num ==9){
		document.getElementById('floatingtabr').style.display='block';
		document.getElementById('floatingtabr').style.left='100px';
		document.getElementById('floatingtabr').style.top='710px';
		document.getElementById('floatingtabtxtr').innerHTML=content9;
		
		}
		
		if(num ==10){
		document.getElementById('floatingtabr').style.display='block';
		document.getElementById('floatingtabr').style.left='180px';
		document.getElementById('floatingtabr').style.top='825px';
		document.getElementById('floatingtabtxtr').innerHTML=content10;
		
		}
		
		
	
	}
	
	function off(){
		document.getElementById('floatingtab').style.display='none';
		document.getElementById('floatingtabtxt').innerHTML="";
		document.getElementById('floatingtabr').style.display='none';
		document.getElementById('floatingtabtxtr').innerHTML="";
	
	}
	
	function showtab(whichtab){
	
	//passing in signup
		whichtab = whichtab;
		whichtabtabname = whichtab+"tabid";
		//onclassname = whichtab+'tab';
		document.getElementById('signup').style.display='none';
		document.getElementById('moreinfo').style.display='none';
		document.getElementById('whatis').style.display='none';
		document.getElementById(whichtab).style.display='block';
		
		if(whichtab =="signup"){
			document.getElementById('footer').style.marginTop='820px';
			}
			if(whichtab =="whatis"){
			document.getElementById('footer').style.marginTop='950px';
			}
		if(whichtab =="moreinfo"){
			document.getElementById('footer').style.marginTop='1250px';
			}
		
		
		
		document.getElementById('signuptabid').style.borderLeft='1px solid #FFFFFF';
		document.getElementById('signuptabid').style.borderRight='1px solid #FFFFFF';
		document.getElementById('signuptabid').style.borderTop='1px solid #FFFFFF';
		document.getElementById('signuptabid').style.borderBottom='1px solid #ccc';
		
		document.getElementById('moreinfotabid').style.borderLeft='1px solid #FFFFFF';
		document.getElementById('moreinfotabid').style.borderRight='1px solid #FFFFFF';
		document.getElementById('moreinfotabid').style.borderTop='1px solid #FFFFFF';
		document.getElementById('moreinfotabid').style.borderBottom='1px solid #ccc';
		
		document.getElementById('whatistabid').style.borderLeft='1px solid #FFFFFF';
		document.getElementById('whatistabid').style.borderRight='1px solid #FFFFFF';
		document.getElementById('whatistabid').style.borderTop='1px solid #FFFFFF';
		document.getElementById('whatistabid').style.borderBottom='1px solid #ccc';
		
		
		document.getElementById(whichtabtabname).style.borderLeft='1px solid #ccc';
		document.getElementById(whichtabtabname).style.borderRight='1px solid #ccc';
		document.getElementById(whichtabtabname).style.borderTop='1px solid #ccc';
		document.getElementById(whichtabtabname).style.borderBottom='1px solid #FFFFFF';
		
		//document.getElementById('moreinfotabid').style.className='moreinfotaboff';
		//document.getElementById('whatistabid').style.className='whatistaboff';
		document.getElementById(whichtabtabname).style.className=whichtab+'tab';
			//alert('changeing '+whichtab)
			
			//alert(tempclass)
			
		
		
	}
		
		
	