// JavaScript Document
function ContactWin(){
	newWindow=window.open("contact.htm","Contact","HEIGHT=400,WIDTH=615,location=0");
	newWindow.focus();
}

function ExportWin(){
	newWindow=window.open("export.htm","Export","HEIGHT=400,WIDTH=615,location=0");
	newWindow.focus();
}

function MailingWin(){
	newWindow=window.open("mailing.htm","mailing","HEIGHT=475,WIDTH=520,location=0");
	newWindow.focus();
}
