function hidedivtext(){
	document.getElementById('jwel').className='new_featu_but_bg';
	document.getElementById('tex').className='new_featu_but_bg';
	document.getElementById('plast').className='new_featu_but_bg';
	document.getElementById('phar').className='new_featu_but_bg';
	document.getElementById('leath').className='new_featu_but_bg';
	document.getElementById('machine').className='new_featu_but_bg';
	document.getElementById('indus').className='new_featu_but_bg';
	document.getElementById('jwellery').style.display='none';
	document.getElementById('textile').style.display='none';
	document.getElementById('plastic').style.display='none';
	document.getElementById('pharma').style.display='none';
	document.getElementById('leather').style.display='none';
	document.getElementById('machinery').style.display='none';
	document.getElementById('industrial').style.display='none';	
	document.getElementById('jwelleryproduct').style.display='none';
	document.getElementById('textileproduct').style.display='none';
	document.getElementById('plasticproduct').style.display='none';
	document.getElementById('pharmaproduct').style.display='none';
	document.getElementById('leatherproduct').style.display='none';
	document.getElementById('machineryproduct').style.display='none';
	document.getElementById('industrialproduct').style.display='none';
}
function hideshowdivjwellery(){
	hidedivtext();document.getElementById('jwel').className='new_featu_but_bg1';document.getElementById('jwellery').style.display='block';document.getElementById('jwelleryproduct').style.display='block';
}
function hideshowdivtex(){
	hidedivtext();document.getElementById('tex').className='new_featu_but_bg1';document.getElementById('textile').style.display='block';document.getElementById('textileproduct').style.display='block';
}
function hideshowdivplastic(){
	hidedivtext();document.getElementById('plast').className='new_featu_but_bg1';document.getElementById('plastic').style.display='block';document.getElementById('plasticproduct').style.display='block';
}
function hideshowdivpharma(){
	hidedivtext();document.getElementById('phar').className='new_featu_but_bg1';document.getElementById('pharma').style.display='block';document.getElementById('pharmaproduct').style.display='block';
}
function hideshowdivleather(){
	hidedivtext();document.getElementById('leath').className='new_featu_but_bg1';document.getElementById('leather').style.display='block';document.getElementById('leatherproduct').style.display='block';
}
function hideshowdivmachinery(){
	hidedivtext();document.getElementById('machine').className='new_featu_but_bg1';document.getElementById('machinery').style.display='block';document.getElementById('machineryproduct').style.display='block';
}
function hideshowdivindustrial(){
	hidedivtext();document.getElementById('indus').className='new_featu_but_bg1';document.getElementById('industrial').style.display='block';document.getElementById('industrialproduct').style.display='block';
}
