﻿ <!--
       var NuPro = ""
            NuPro += "<h3>NuColor Professional</h3>"
            NuPro += "<p>"
            NuPro += "NuColor Professional - a Hair Coloring Cream in over 30 nuances, is a professional hair coloring cream to perfectly cover grey hair or achieve global changes of color with excellent long lasting results"
            NuPro += "<br />"
            NuPro += "<br />"
            NuPro += "<a href='nu_color.html' style='padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px;"
            NuPro += "margin: 0px; color: #999; padding-top: 0px'>Read More &gt;&gt; </a>"
            NuPro += "</p>" 
            
        var Jar = ""
            Jar += "<h3 style='color: #ECCF04'>Jaroxon</h3>"
            Jar += "<p style='padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px;"
            Jar += "margin: 0px; color: #999; padding-top: 0px'>"
            Jar += "Formulated to accentuate the application of the coloring cream, gel or bleaching"
            Jar += "powders Jaroxon offers particular advantages such as strengthening the penetration"
            Jar += "of the colors into the hair shaft,"
		    Jar += "<br />"
			Jar += "<br />"
            Jar += "<a href='jaroxon.html' style='padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px;"
            Jar += "margin: 0px; color: #999; padding-top: 0px'>Read More &gt;&gt; </a>"
            Jar += "</p>"                   
    
     
	  var yell = ""
            yell += "<h3 style='color: #1badd3'>JaronStrate</h3>"
            yell += "<p style='padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px;"
            yell += "margin: 0px; color: #999; padding-top: 0px'>"
            yell += "JaronStrate produced from specially imported active’s from Europe is one of the"
            yell += "few Straightening Crème available in India that does not contain hydrogen peroxide."
            yell += "<br />"
			yell += "<br />"
            yell += "<a href='jaron_strate.html' style='padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px;"
            yell += "margin: 0px; color: #999; padding-top: 0px'>Read More &gt;&gt; </a>"
            yell += "</p>"            
	 
    //-->
    
    function Literal(x){

    if (x == "NuColor")
    { 
        var btn1 = new Object();
        var btn2 = new Object();
        var btn3 = new Object();
		var div = new Object();
		
        btn1=document.getElementById('NuColor')
        btn2=document.getElementById('Jaroxon')
        btn3=document.getElementById('JaronBleacy') 
		div=document.getElementById('divcolorbar')
		
        btn1.style.backgroundColor='#e4d4d5'
        btn1.style.fontWeight='bolder'
        btn1.style.color='#FFF'
		div.style.backgroundColor='#e4d4d5'

        btn2.style.backgroundColor=''
        btn2.style.fontWeight='normal'
        btn2.style.color='#666'

        btn3.style.backgroundColor=''
        btn3.style.fontWeight='normal'
        btn3.style.color='#666'

        document.getElementById('Image').style.background='url(CSS/images/nucolor_tube.png)';
        document.getElementById('Content').innerHTML = NuPro
            
        document.getElementById('Image').style.height='145px';
    }
    else if (x == "Jaroxon")
    { 
        var btn1 = new Object();
        var btn2 = new Object();
        var btn3 = new Object();
		var div = new Object();
		
        btn1=document.getElementById('NuColor')
        btn2=document.getElementById('Jaroxon')
        btn3=document.getElementById('JaronBleacy') 
        div=document.getElementById('divcolorbar')

        btn1.style.backgroundColor=''
        btn1.style.fontWeight='normal'
        btn1.style.color='#666'
		
		div.style.backgroundColor='#f1e592'		
        btn2.style.backgroundColor='#f1e592'
        btn2.style.fontWeight='bolder'
        btn2.style.color='#FFF'

        btn3.style.backgroundColor=''
        btn3.style.fontWeight='normal'
        btn3.style.color='#666'
        
        document.getElementById('Image').style.background='url(CSS/images/Jaroxon.jpg)';
        Style();
        document.getElementById('Content').innerHTML = Jar


    }
    else if (x == "JaronBleacy")
    {
        var btn1 = new Object();
        var btn2 = new Object();
        var btn3 = new Object();
		var div = new Object();
		
        btn1=document.getElementById('NuColor')
        btn2=document.getElementById('Jaroxon')
        btn3=document.getElementById('JaronBleacy')
        div=document.getElementById('divcolorbar')
		
        
        btn1.style.backgroundColor=''
        btn1.style.fontWeight='normal'
        btn1.style.color='#666'


        btn2.style.backgroundColor=''
        btn2.style.fontWeight='normal'
        btn2.style.color='#666'

        btn3.style.backgroundColor='#d4dee3'
        btn3.style.fontWeight='bolder'
        btn3.style.color='#FFF'
		div.style.backgroundColor='#d4dee3'
    
    
        document.getElementById('Image').style.background='url(CSS/images/jaron_bleacy.jpg)';
        Style();
        document.getElementById('Content').innerHTML = yell
    }
    else
    { 
    }
    
    function Style(){
    document.getElementById('Image').style.backgroundRepeat='no-repeat';
    document.getElementById('Image').style.backgroundPosition='bottom';
    document.getElementById('Image').style.width='95px'; 
    //document.getElementById('Image').style.height='145px';
    //document.getElementById('Image').style.border='solid 1px gray';
    
}

}
