<!--// JavaScript workaround for Microsoft/Eolas embedded Flash content issue,
// a.k.a. the "Click To Activate problem".
// *** NOTE *** This will also work for pages with multiple SWF objects!
//
// To use this .js file, be sure to include it in the HEAD tag, 
// ALSO -- insert SCRIPT tags where you want the SWF to appear,
// using this function call:
//	InsertSWF("PATH","WIDTH","HEIGHT");
// 	PATH is the relative or absolute URL to the SWF file (e.g., "/flash/main.swf")
//	WIDTH is the width of the SWF, in pixels (number only!)
//	HEIGHT is the height of the SWF, in pixels (number only!)
//
// This function will be called and write-in the appropriate Object code:
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('<param name="wmode" value="transparent">');
	document.write('<param name="wmode" value="opaque">');
	document.write('<embed src="'+swfPath+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+swfWidth+'" height="'+swfHeight +'"></embed>');
	document.write('</object>');
	}
// -->
<!-- // Embedded Flash links -- DO NOT EDIT GetURL statements in the FLA!
// The links from the SWF are listed here, and here is where they can be changed.
// To change the text (labels) or appearance of the navigation, you must edit the FLA.
function SWFlink_apply() {
	location.href="library.html?category=application";
	}
function SWFlink_library() {
	location.href="library.html";
	}
function SWFlink_market() {
	location.href="library.html?category=interestrates&article=1196";
	}
function SWFlink_calc() {
	location.href="library.html?category=calculators";
	}
function SWFlink_contact() {
	location.href="library.html?category=forms&article=contact";
	}
function SWFlink_about() {
	location.href="about.html";
	}
// -->