///////////////////////////////// JavaScript Controls for LEARN TOOLKIT
/////////////////////////////////////Creative Services @ JHancock.com 
///////////////////////////////////////Sandy Baguskas & Tobias Conio
//////////////////////////////////////////////////@2009-2010


//alert("JAVA IS ACTIVATED")
//window.onload = hideRest;
////////////////////////////////////////////////////////////////////////////
function func1() {
 /// alert("This is the first.");
rt1_full()
}

window.onload=func1;

/////////////////////////////////////////////////////////////////////////////

//////////////////////////////Chenge Colors
///over
function onOver()
        {
            document.getElementById('span1').style.color = '#333333';
        }

function onOff()
        {
            document.getElementById('span1').style.color = '#1D7398';
        }




////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//turn visibility on and off 
var colorOver = "#9eb354";
var colorOff = "#ffffff";

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

//story()
//variableAnnu()
//investOpt()
//guaranteedLife()
//growthPot()
//nowWhat()





function rt1_full(){
	
	document.getElementById('container').innerHTML = document.getElementById('rt1_1full').innerHTML; 
	
	////alert("This is the first.");
	
}








function story(){
	document.getElementById('container').innerHTML = document.getElementById('rt1_1').innerHTML; 

	}
	
	
function variableAnnu(){
document.getElementById('container').innerHTML = document.getElementById('rt1_2').innerHTML; 
	
	}
	
	
function investOpt(){
	
	document.getElementById('container').innerHTML = document.getElementById('rt1_3').innerHTML; 

	}
	
function guaranteedLife(){
	
	document.getElementById('container').innerHTML = document.getElementById('rt1_4').innerHTML; 

	}
	
function growthPot(){
	
	document.getElementById('container').innerHTML = document.getElementById('rt1_5').innerHTML; 

	}
	
function nowWhat(){
	
	
	document.getElementById('container').innerHTML = document.getElementById('rt1_6').innerHTML; 
	
}




<!--Investment & Performance Literature Sales Ideas and BrochuresSeminars & Seminar Invitations-->

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

