function goMsg(){ 
q = confirm("Note: The demo order form in this email is still in development.\n\nContinue...") 
if(q==true){ 
 open("Email-Wiz-Demo.msg"); 
 } 
} 

terms = "This Interactive Email Message requires MS Outlook (not Express), IE4+ and Win32.\nIt will open automatically in Outlook after downloading..."
terms1 = "This Web Version of the Interactive Email Message requires IE4+ and Win32"
eml = "newsletters"+"@"+"email-wiz.com"

function showWebVersion()
	{
if(document.all) {q=confirm(terms1)
if(q==true) {
	open ("demos/latest.php?demo=on&site=emailwiz","new","height=320,width=600,resizable=yes")
		}
	}
else { alert("You need IE5 to view this")}
}

function showEmailVersion()
	{
if(document.all) {
q=confirm(terms)
if(q==true) {
	location.href="Email-Wiz-Demo.msg";
		}
	}
else { alert("You need IE5 to view this")}
}

function showWebVersion1()
	{
if(document.all) {
q=confirm(terms1)
if(q==true) {
	open ("demos/hotel/promo.htm","new","height=500,width=600,resizable=yes")
		}
	}
else { alert("You need IE5 to view this")}
}

function showEmailVersion1()
	{
if(document.all) {
q=confirm(terms)
if(q==true) {
	location.href="Hotel-Causeway-Interactive-Email-Message.msg";
		}
	}
else { alert("You need IE5 to view this")}
}

function showWebVersion2()
	{
if(document.all) {
q=confirm(terms1)
if(q==true) {
	open ("demos/realestate/newsletter.htm","new","height=420,width=650,resizable=yes")
		}
	}
else { alert("You need IE5 to view this")}
}

function showEmailVersion2()
	{
if(document.all) {
q=confirm(terms)
if(q==true) {
	location.href="Interactive-Property-Demonstration.msg";
		}
	}
else { alert("You need IE5 to view this")}
}


function emailNewsletter(){
location.href="mailto:newsletters"+"@"+"email-wiz.com?subject=IEM enquiry"
}

function getSupport(){
location.href="mailto:support"+"@"+"email-wiz.com?subject=IEM Support required"
}

function forgotPassword(){
q = confirm("This feature is under construction, please contact support@email-wiz.com")
if(q==true){
 getSupport();
 }
}