function our_services(servic){
var newWindow
	if (servic=="Email Creative Services") {
	newWindow = window.open("http://www.listtactics.com/v3/creative.htm","","status,height=590,width=600")
   	}

	if (servic=="Opt Out Hosting") {
	newWindow = window.open("http://www.listtactics.com/v3/oohosting.htm","","status,height=590,width=600")
	}

	if (servic=="Spam Scoring") {
	newWindow = window.open("http://www.listtactics.com/v3/spamscore.htm","","status,height=590,width=600")
	}

	if (servic=="Surveys and Survey Management") {
	newWindow = window.open("http://www.listtactics.com/v3/surveys.htm","","status,height=590,width=600")
	}
	
	if (servic=="Analytics Services") {
	newWindow = window.open("http://www.listtactics.com/v3/analytics.htm","","status,height=590,width=600")
	}
	
	if (servic=="Landing Pages and Microsites") {
	newWindow = window.open("http://www.listtactics.com/v3/landing.htm","","status,height=590,width=600")
	}
	
	if (servic=="Image Hosting Service") {
	newWindow = window.open("http://www.listtactics.com/v3/imghosting.htm","","status,height=590,width=600")
	}
	
	if (servic=="Contest or Promotional Email Management & Fulfillment") {
	newWindow = window.open("http://www.listtactics.com/v3/promos.htm","","status,height=590,width=600")
	}
}