function vendorWindow() {
	var url = "http://visitor.constantcontact.com/d.jsp?m=1101867862871&p=oi&ea=" + document.getElementById("ea").value;
	window.open(url,"","width=600,height=800,resizable=yes,scrollbars=yes,toolbar=yes,status=yes");
}

