function scheduleSmokingConsultForm() 
{  // SET MESSAGE VALUES  
	var to = "gary@corporatehealthinc.com";
	var subject = "Schedule a Smoking Cessation Consultation";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleSmokingConsult() 
{  // SET MESSAGE VALUES  
	var to = "gary@corporatehealthinc.com";
	var subject = "Schedule a Smoking Cessation Consultation";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function incentiveInformation() 
{  // SET MESSAGE VALUES  
	var to = "gary@corporatehealthinc.com";
	var subject = "Incentive Information";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function healthyHeartInformation() 
{  // SET MESSAGE VALUES  
	var to = "gary@corporatehealthinc.com";
	var subject = "Healthy Heart Information";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLLifeSpan() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Life Span Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLDisease() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Disease Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLHolistic() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Holistic Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLGender() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Gender Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLMindBody() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Mind-Body Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLPsychological() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Psychological Stress Management Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleLLPhysical() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Physical Stress Management and Worksite Safety Series' Lunch and Learn Seminar";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleMiniModular() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Stress Mini Modular' Health Fair";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleComprehensive() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Comprehensive' Health Fair";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleHolistic() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Holistic' Health Fair";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleGenderSpecific() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Gender Specific' Health Fair";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleSportsAndHealth() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule a 'Sports and Health' Health Fair";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleHealthFair() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule Health Fair or Flu Shots";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function scheduleFluShots() 
{  // SET MESSAGE VALUES  
	var to = "info@corporatehealthinc.com";
	var subject = "Schedule Flu Shots";  
	var body = "<html><body>Please answer the following questions and send:<p> HR contact name: <br>Phone number: <br>Fax number: <br>Company name: <br>Address: <br>City: <br>Number of employees: <br>Additional comments (optional): </body></html>"
	// BUILD MAIL MESSAGE COMPONENTS   
	var doc = "mailto:"+to+"?subject="+escape(subject)+"&body="+escape(body);   
	// POP UP EMAIL MESSAGE WINDOW  
	window.location = doc;
}
function show_it(url,size)
{
	window.open(url,"",size);
}
function pick(obj)
{
	obj.style.color="#165BA0"; <!-- this overrides the "buttonText" color -->
	obj.style.backgroundColor="#EEEEEE"; <!-- this overrides the background color of "th" -->
	return true;
}
function unpick(obj)
{
	obj.style.color="#EEEEEE"; <!-- this has to match color of "buttonText" -->
	obj.style.backgroundColor="#165BA0"; <!-- this has to match background color of "th" -->
	return true;
}
function pickHeader(obj)
{
	obj.style.color="#008080"; <!-- this overrides the "MediumGrayHeader" color -->
	obj.style.backgroundColor="#efefef"; <!-- this overrides the background color of "th" -->
	return true;
}
function unpickHeader(obj)
{
	obj.style.color="gray"; <!-- was gray -->
	obj.style.backgroundColor="#efefef"; <!-- this has to match background color of "th" -->
	return true;
}
function pickLinkEnz(obj)
{
	obj.style.color="#800080"; <!-- was #009999 -->
	obj.style.backgroundColor="#efefef"; <!-- this overrides the background color of "th" -->
	return true;
}
function unpickLinkEnz(obj)
{
	obj.style.color="#165BA0"; <!-- was #444444 -->
	obj.style.backgroundColor="#efefef"; <!-- this has to match background color of "th" -->
	return true;
}
function pickLink(obj)
{
	obj.style.color="#008080"; <!-- was #009999 -->
	obj.style.backgroundColor="#efefef"; <!-- this overrides the background color of "th" -->
	return true;
}
function unpickLink(obj)
{
	obj.style.color="#800080"; <!-- was #444444 -->
	obj.style.backgroundColor="#efefef"; <!-- this has to match background color of "th" -->
	return true;
}
function unpickRedLink(obj)
{
	obj.style.color="red"; <!-- was #444444 -->
	obj.style.backgroundColor="#efefef"; <!-- this has to match background color of "th" -->
	return true;
}
function pickBlue(obj)
{
	obj.style.color="#efefef"; <!-- this overrides the "buttonText" color -->
	obj.style.backgroundColor="#993399"; <!-- this overrides the background color of "th" -->
	return true;
}
function unpickBlue(obj)
{
	obj.style.color="#000000"; <!-- this has to match color of "buttonText" -->
	obj.style.backgroundColor="#009999"; <!-- this has to match background color of "th" -->
	return true;
}
function pickCorporate(obj)
{
	obj.style.color="#efefef"; <!-- this overrides the "buttonText" color -->
	return true;
}
function unpickCorporate(obj)
{
	obj.style.color="#000000"; <!-- this has to match color of "buttonText" -->
	return true;
}
function pickHealth(obj)
{
	obj.style.color="#008080"; <!-- this overrides the "buttonText" color -->
	return true;
}
function unpickHealth(obj)
{
	obj.style.color="#800080"; <!-- this has to match color of "buttonText" -->
	return true;
}