function ShowDiv(id){
	document.getElementById('products').style.display = 'none';
     if(id!="none"){
	document.getElementById(id).style.display = 'block';
	}
		}