
function bookademo_function(){
	if(this.document.all.div_bookademo.style.display=="none"){
	(this.document.all.div_bookademo.style.display="block")
	
			if(this.document.all.div_schedule.style.display=="block"){
			(this.document.all.div_schedule.style.display="none")}
			
			if(this.document.all.div_support.style.display=="block"){
			(this.document.all.div_support.style.display="none")}
	
	
	}else{
		(this.document.all.div_bookademo.style.display="none");
		}
}//end of function

function schedule_function(){
	if(this.document.all.div_schedule.style.display=="none"){
	(this.document.all.div_schedule.style.display="block")
	
			if(this.document.all.div_bookademo.style.display=="block"){
			(this.document.all.div_bookademo.style.display="none")}
			
			if(this.document.all.div_support.style.display=="block"){
			(this.document.all.div_support.style.display="none")}
	
	}else{
		(this.document.all.div_schedule.style.display="none");
		}
}//end of function

function support_function(){
	if(this.document.all.div_support.style.display=="none"){
	(this.document.all.div_support.style.display="block")
	
			if(this.document.all.div_bookademo.style.display=="block"){
			(this.document.all.div_bookademo.style.display="none")}
			
			if(this.document.all.div_schedule.style.display=="block"){
			(this.document.all.div_schedule.style.display="none")}
	
	}else{
		(this.document.all.div_support.style.display="none");
		}
}//end of function
/*********************************************************************/

function bookademo(name, company, jobtitle, email, workphone, mobile, formid){
if(name=="" || name=="Name *"){
alert("please enter your Name");
return false;
}else if(company=="" || company=="Company *"){
alert("Please enter your Company Name");
return false;
}else if(jobtitle=="" || jobtitle=="Job Title *"){
alert("Please enter your Job Title");
return false;
}else if(email=="" || email=="Email *"){
alert("Please enter your Email Address");
return false;
}else if(workphone=="" || workphone=="Work Phone *"){
alert("Please enter Work Phone number");
return false;
}else if(mobile=="" || mobile=="Mobile *"){
alert("Please enter Mobile number");
return false;
}else 
{return true}
}


function schedule(name, company, jobtitle, email, workphone, mobile, formid){
if(name=="" || name=="Name *"){
alert("please enter your Name");
return false;
}else if(company=="" || company=="Company *"){
alert("Please enter your Company Name");
return false;
}else if(jobtitle=="" || jobtitle=="Job Title *"){
alert("Please enter your Job Title");
return false;
}else if(email=="" || email=="Email *"){
alert("Please enter your Email Address");
return false;
}else if(workphone=="" || workphone=="Work Phone *"){
alert("Please enter Work Phone number");
return false;
}else if(mobile=="" || mobile=="Mobile *"){
alert("Please enter Mobile number");
return false;
}else 
{return true}
}

function support(name, company, jobtitle, email, workphone, mobile, formid){
if(name=="" || name=="Name *"){
alert("please enter your Name");
return false;
}else if(company=="" || company=="Company *"){
alert("Please enter your Company Name");
return false;
}else if(jobtitle=="" || jobtitle=="Job Title *"){
alert("Please enter your Job Title");
return false;
}else if(email=="" || email=="Email *"){
alert("Please enter your Email Address");
return false;
}else if(workphone=="" || workphone=="Work Phone *"){
alert("Please enter Work Phone number");
return false;
}else if(mobile=="" || mobile=="Mobile *"){
alert("Please enter Mobile number");
return false;
}else 
{return true}
}

/*********************************************************************/
//functions to expand and collapse menus in left column

function aboutus_function(){
	if(this.document.all.div_aboutus.style.display=="none"){
	(this.document.all.div_aboutus.style.display="block")
			
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
				
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
			
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
				
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
					
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
				
	}else{
		(this.document.all.div_aboutus.style.display="none");
		}
}//end of function

function vc_function(){
	if(this.document.all.div_vc.style.display=="none"){
		(this.document.all.div_vc.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
			
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
				
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
					
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
		
	}else{
		(this.document.all.div_vc.style.display="none");
	}

}//end of function

function ac_function(){
	if(this.document.all.div_ac.style.display=="none"){
		(this.document.all.div_ac.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
				
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
					
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
	}else{(this.document.all.div_ac.style.display="none");
	}

}//end of function

function im_function(){
	if(this.document.all.div_im.style.display=="none"){
		(this.document.all.div_im.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
					
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
	}else{(this.document.all.div_im.style.display="none");}
}//end of function

function accessories_function(){
	if(this.document.all.div_accessories.style.display=="none"){
		(this.document.all.div_accessories.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
					
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
		
		
	}else{(this.document.all.div_accessories.style.display="none");}
}//end of function

function telepresence_function(){
	if(this.document.all.div_telepresence.style.display=="none"){
		(this.document.all.div_telepresence.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
					
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
	}else{(this.document.all.div_telepresence.style.display="none");}
}//end of function

function rentals_function(){
	if(this.document.all.div_rentals.style.display=="none"){
		(this.document.all.div_rentals.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
					
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
	}else{(this.document.all.div_rentals.style.display="none");}
}//end of function


function ppt_function(){
	if(this.document.all.div_ppt.style.display=="none"){
		(this.document.all.div_ppt.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
					
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
			
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
	}else{(this.document.all.div_ppt.style.display="none");}
}//end of function

function consumables_function(){
	if(this.document.all.div_consumables.style.display=="none"){
		(this.document.all.div_consumables.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
					
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
			
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
				
			if(this.document.all.div_pressrelease.style.display=="block"){
				(this.document.all.div_pressrelease.style.display="none")}
		
	}else{(this.document.all.div_consumables.style.display="none");}
}//end of function

function pressrelease_function(){
	if(this.document.all.div_pressrelease.style.display=="none"){
		(this.document.all.div_pressrelease.style.display="block")
		
			if(this.document.all.div_aboutus.style.display=="block"){
				(this.document.all.div_aboutus.style.display="none")}
				
			if(this.document.all.div_vc.style.display=="block"){
				(this.document.all.div_vc.style.display="none")}
			
			if(this.document.all.div_ac.style.display=="block"){
				(this.document.all.div_ac.style.display="none")}
				
			if(this.document.all.div_im.style.display=="block"){
				(this.document.all.div_im.style.display="none")}
					
			if(this.document.all.div_accessories.style.display=="block"){
				(this.document.all.div_accessories.style.display="none")}
					
			if(this.document.all.div_telepresence.style.display=="block"){
				(this.document.all.div_telepresence.style.display="none")}
			
			if(this.document.all.div_rentals.style.display=="block"){
				(this.document.all.div_rentals.style.display="none")}
			
			if(this.document.all.div_ppt.style.display=="block"){
				(this.document.all.div_ppt.style.display="none")}
				
			if(this.document.all.div_consumables.style.display=="block"){
				(this.document.all.div_consumables.style.display="none")}
		
	}else{(this.document.all.div_pressrelease.style.display="none");}
}//end of function

function av_function(){if(this.document.all.div_av.style.display=="none"){(this.document.all.div_av.style.display="block")
}else{(this.document.all.div_av.style.display="none");}}
