function htmlWindow(){
	window.open("img/salesletter/html_editor.jpg","","height=470,width=380,scrollbars=no");
}

function htmlWindow2(){
	window.open("anti-spam-popup.html","","height=600,width=450,scrollbars=yes");
}

function htmlWindow3(){
	window.open("automation.html","","height=600,width=450,scrollbars=yes");
}

function PricingInfo()
{
	pricing = open("pricing_info.html?popup=1","pricing","scrollbars=yes,resizable=no,height=550,width=400");
	pricing.focus();
}