function menuChange(divname) {
var divname;
document.getElementById(divname).style.background = "url(../images/Menu_Button_RO.jpg)";
}

function menuBack(divname) {
var divname;
document.getElementById(divname).style.background = "url(../images/Menu_Button.jpg)";
}

function factPop_nobeta() {
document.getElementById('nobeta_facts').style.visibility = "visible";
}
function factOut_nobeta() {
document.getElementById('nobeta_facts').style.visibility = "hidden";
}
function factPop_creadyl() {
document.getElementById('creadyl_facts').style.visibility = "visible";
}
function factOut_creadyl() {
document.getElementById('creadyl_facts').style.visibility = "hidden";
}
function factPop_quickstart() {
document.getElementById('quickstart_facts').style.visibility = "visible";
}
function factOut_quickstart() {
document.getElementById('quickstart_facts').style.visibility = "hidden";
}
function factPop_testx6() {
document.getElementById('testx6_facts').style.visibility = "visible";
}
function factOut_testx6() {
document.getElementById('testx6_facts').style.visibility = "hidden";
}

function testNoBeta(i) {
var i;
if (i == 1) {	
document.getElementById('nobeta_test_container').innerHTML = "<div id='test_title'>Testimonials &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='images/Blank.png' border='0' height='20' width='10' />&nbsp;<a style='cursor:pointer' onClick='testNoBeta(2);'><img src='images/Blank.png' border='0' height='20' width='10' /></a></div><div id='test_txt'>“I first started taking NO-Beta<sup>&reg;</sup> because I needed something to jump-start my training. For about 6 months my training sucked and I needed to get over a slump. Today I’m up to 7 tablets - (I’m 6’0” 288 lbs) I think my size allows me tolerate higher doses. Now there are workouts in which I need to stop training because the “pump” is so extreme.</div><div id='test_by'>Michael Harris – 27 years old&nbsp;&nbsp;&nbsp;&nbsp;<br />Dallas, TX&nbsp;&nbsp;&nbsp;&nbsp;</div>";
}
if (i == 2) {	
document.getElementById('nobeta_test_container').innerHTML = "<div id='test_title'>Testimonials &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style='cursor:pointer' onClick='testNoBeta(1);'><img src='images/Blank.png' border='0' height='20' width='10' /></a>&nbsp;<a style='cursor:pointer' onClick='testNoBeta(3);'><img src='images/Blank.png' border='0' height='20' width='10' /></a></div><div id='test_txt'>“I’ve used “NO” products in the past but NO-Beta<sup>&reg;</sup> is different. First you feel warmth, and then you feel a pump that sticks around forever. It’s a great feeling to leave the gym with a skin ripping pump and hours later the muscle is still full.”</div><div id='test_by'>Marcio Coelho – 23 years old&nbsp;&nbsp;&nbsp;&nbsp;<br />Bradenton, FL&nbsp;&nbsp;&nbsp;&nbsp;</div>";
}
if (i == 3) {	
document.getElementById('nobeta_test_container').innerHTML = "<div id='test_title'>Testimonials &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style='cursor:pointer' onClick='testNoBeta(2);'><img src='images/Blank.png' border='0' height='20' width='10' /></a>&nbsp;<a style='cursor:pointer' onClick='testNoBeta(4);'><img src='images/Blank.png' border='0' height='20' width='10' /></a></div><div id='test_txt'>“I finally go up to 6 tablets per workout which took me a month to build up to but once you get to that level your training experience is indescribable. I can honestly say that if NO-Beta<sup>&reg;</sup> isn’t the best supplement I’ve ever used I couldn’t tell you what is!”</div><div id='test_by'>Chad Stevens – 34 years old&nbsp;&nbsp;&nbsp;&nbsp;<br />Tracy, CA&nbsp;&nbsp;&nbsp;&nbsp;</div>";
}
if (i == 4) {	
document.getElementById('nobeta_test_container').innerHTML = "<div id='test_title'>Testimonials &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style='cursor:pointer' onClick='testNoBeta(3);'><img src='images/Blank.png' border='0' height='20' width='10' /></a>&nbsp;<a style='cursor:pointer' onClick='testNoBeta(5);'><img src='images/Blank.png' border='0' height='20' width='10' /></a></div><div id='test_txt'>“I’ve been taking NO-Beta<sup>&reg;</sup> for 4 weeks and I have to say that in the past 15 years I’ve never used any supplement that has affected my training like NO-Beta<sup>&reg;</sup>. Nothing compares!”</div><div id='test_by'>Steve Bacchio – 45 years old&nbsp;&nbsp;&nbsp;&nbsp;<br />Grand Rapids, MI&nbsp;&nbsp;&nbsp;&nbsp;</div>";
}
if (i == 5) {	
document.getElementById('nobeta_test_container').innerHTML = "<div id='test_title'>Testimonials &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style='cursor:pointer' onClick='testNoBeta(4);'><img src='images/Blank.png' border='0' height='20' width='10' /></a>&nbsp;<img src='images/Blank.png' border='0' height='20' width='10' /></div><div id='test_txt'>“The very first time I tried NO-Beta<sup>&reg;</sup> I went straight to 6 tablets and got slammed! I should have taken the label warning serious. Since, I went to the 3 tablet launch and have built my tolerance to 5 tablets. At 3 tablets it was a great workout, at 4 it was even better. Now that I can take 5 tablets its hard to imagine what level 6 will be like.”</div><div id='test_by'>Mason Hunter – 19 years old&nbsp;&nbsp;&nbsp;&nbsp;<br />Lodi, NJ&nbsp;&nbsp;&nbsp;&nbsp;</div>";
}
}
