<!--
function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
    ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
    if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
    else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
    else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}
//-->
<!-- Check for Blank EMail
function validate() {
        var passed = false;
        if (document.contact.EMail.value.indexOf("@") == -1 ||
            document.contact.EMail.value.indexOf(".") == -1) {
            alert("Please include a proper email address.");
        }
        else {
        passed = true;
        }
        return passed;
}
//-->
<!-- // Inserts Flash object on page, called as a function; variables are SWF-file-path, height(px) and width(px)

function InsertSWF(SWFpath,SWFwidth,SWFheight) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+SWFwidth+'" height="'+SWFheight+'">');
	document.write('<param name="movie" value="'+SWFpath+'">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="'+SWFpath+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+SWFwidth+'" height="'+SWFheight+'"></embed>');
	document.write('</object>');
}

// Paste this snippet in an empty file and save to the root folder as: InsertSWF.js
//
// ===> *** ADD THIS CODE TO HTML PAGE BODY ***
//   <script>InsertSWF("SWF_PATH","WIDTH","HEIGHT");</script>
//
//  WHERE: 
//    SWF_PATH is the path and filename of the SWF (for instance, include 'flash/' if it's in that folder)
//    WIDTH is the width of the flash movie (pixels)
//    HEIGHT is the height of the flash movie (pixels)
//    *** Leave the quotes as they are! Do not add any other quotes! ***
// -->
<!-- 
// ******************************
// *** FLASH NAVIGATION LINKS ***
// ******************************
//
// The Flash object on this site is using 'externalized' links to navigate.
// This means the Flash does not have any direct URL's embedded within it, 
// but actually makes calls to Javascript; the actual URL's are set below...
//
function SWFlink01() { // Apply Online
	location.href = "app.html";
}
function SWFlink02() { // Calculators
	location.href = "calc.html";
}
function SWFlink03() { // Today's Rates
	location.href = "rates.html";
}
function SWFlink04() { // Mortgage 101
	location.href = "http://fdc.rwstools.com/content/template0/index.asp?acctid=302754";
}
function SWFlink05() { // Prequalify Online
	location.href = "prequal.html";
}
function SWFlink06() { // Refinance
	location.href = "http://rws.rwstools.com/templateroot/Articles/Refinance.asp?PVLID=1595";
}
function SWFlink07() { // Loan Programs
	location.href = "programs.html";
}
function SWFlink08() { // App Checklist
	location.href = "appchecklist.html";
}
function SWFlink09() { // About Us
	location.href = "about.html";
}
function SWFlink10() { // Contact Us
	location.href = "contact.html";
}
function SWFlink11() { // Apply Online (circle)
	location.href = "app.html";
}
//-->
