//Global Functions
function hideall()
{
document.getElementById('subimages0').style.visibility='hidden';
document.getElementById('subimages').style.visibility='hidden';
document.getElementById('subimages2').style.visibility='hidden';
document.getElementById('subimages3').style.visibility='hidden';
document.getElementById('subimages4').style.visibility='hidden';
document.getElementById('subimages5').style.visibility='hidden';
document.getElementById('subimages6').style.visibility='hidden';
document.getElementById('resharp').style.visibility='hidden';
document.getElementById('csButtons').style.visibility='hidden';
document.getElementById('contact').style.visibility='hidden';

//document.mainimg.src ='images/winter08Promo.jpg';
document.getElementById('backgroundLink').href = 'http://www.woodmizer.com/us/';
document.getElementById('SawmillCell').style.backgroundImage='none';
document.getElementById('BiomizerCell').style.backgroundImage='none';
document.getElementById('AWMVCell').style.backgroundImage='none';
document.getElementById('BladesCell').style.backgroundImage='none';
document.getElementById('LastecCell').style.backgroundImage='none';
document.getElementById('WoodCell').style.backgroundImage='none';
document.getElementById('serviceCell').style.backgroundImage='none';
document.getElementById('ContactCell').style.backgroundImage='none';
document.getElementById('ResharpCell').style.backgroundImage='none';

}

//End Global Functions

// 1st button
//function contact()
//{
//window.location = 'http://www.woodmizer.com/corporate/corporatetest.aspx';
//btn8();
//}

function btn0()
{
hideall();
document.mainimg.src ='images/corpwebbackimage.jpg';
}

function btn1()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.woodmizer.com/us/inside/newsroom/promotions/index.aspx';
document.mainimg.src ='images/2009Promo.jpg';
document.getElementById('subimages').style.visibility='visible';	
document.getElementById('SawmillCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}


// 2nd button
function btn2()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.awmv.com';
document.mainimg.src ='images/awmvBackground.jpg';
document.getElementById('subimages2').style.visibility='visible';	
document.getElementById('AWMVCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}

// 3rd button
function btn3()
{
hideall();
document.getElementById('backgroundLink').href = 'http://woodmizerblades.com/maintenance/sharpenerSetter.aspx';
document.mainimg.src ='images/blades.jpg';
document.getElementById('subimages3').style.visibility='visible';
document.getElementById('BladesCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}

// 4th button
function btn4()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.lastec.com';
document.mainimg.src ='/corporate/images/lastecCorpBack.jpg';
document.getElementById('subimages4').style.visibility='visible';
document.getElementById('LastecCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}

// 5th button
function btn5()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.woodproducts.org';
document.mainimg.src ='images/woodProductsBackground.jpg';
document.getElementById('subimages5').style.visibility='visible';
document.getElementById('WoodCell').style.backgroundImage='url(images/scdbtnsbg.png)';

}


// 6th button
function btn6()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.biomizer.com';
document.mainimg.src ='/corporate/images/biomizerBackgroundImage2.jpg';
document.getElementById('BiomizerCell').style.backgroundImage='url(images/scdbtnsbg.png)';
//document.getElementById('subimages6').style.visibility='visible';	
//document.arrow6.src ='images/arrow1.gif';
}
function resharpBtn()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.re-sharp.com';
document.mainimg.src ='images/resharpcorpwebbackimage.jpg';
//document.getElementById('resharp').style.visibility='visible';
document.getElementById('ResharpCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}

function btn7()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.woodmizer.com/us/support/index.aspx';
document.mainimg.src ='images/WMProductsIncBack.jpg';
document.getElementById('csButtons').style.visibility='visible';
document.getElementById('serviceCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}
function btn8()
{
hideall();
document.getElementById('backgroundLink').href = 'http://www.woodmizer.com/us/support/index.aspx';
document.mainimg.src ='images/contactBG.jpg';
document.getElementById('contact').style.visibility='visible';
document.getElementById('ContactCell').style.backgroundImage='url(images/scdbtnsbg.png)';
}

