<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var flashcolor		= "342B2B"		// FLASH BACKGROUND COLOR
var color		= "342B2B"		// HEADER BACKGROUND COLOR
var flashheight		= "80"			// HEIGHT OF THE FLASH (IN PIXELS)
//var flashheight		= "100"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "450"			// WIDTH OF THE FLASH (IN PIXELS)


var showimage		= "yes"			// SHOW A HEADER IMAGE (60 x 60 pixels)
var linked		= "default.asp"		// IMAGE PAGE LINK






// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

function ShowResidential(obj) {
	var loandesc = document.getElementById('loandesc');
 	loandesc.innerHTML = '<b>Residential</b><br><li>Home Loans</li><li>Equity Loans</li><li>Second Home Loans</li><li>Investment Loans</li><li>Land Loans</li><li>Construction Loans</li><li>Subdivision Loans</li>';
	loandesc.style.display='block';
	
	loandesc.style.left = obj.offsetLeft;
//	loandesc.style.top = (obj.offsetTop + obj.height);
}

function HideResidential() {
	var loandesc = document.getElementById('loandesc');
	loandesc.style.display='none';
}

function ShowCommercial(obj) {
	var loandesc = document.getElementById('loandesc');
	loandesc.innerHTML = '<b>Commercial</b><br><li>Income Property Loans</li><li>Apartment Loans</li><li>Commercial Loans</li><li>Land Loans</li><li>Construction Loans</li><li>Subdivision Loans</li>';
	loandesc.style.display='block';
	
	
	loandesc.style.left = obj.offsetLeft;
//	loandesc.style.top = (obj.offsetTop + obj.height);

}

function HideCommercial() {
	var loandesc = document.getElementById('loandesc');
	loandesc.style.display='none';
}
function ShowConstruction(obj) {
	var loandesc = document.getElementById('loandesc');
	loandesc.innerHTML = '<b>Construction</b><br><li>Single Family Loans</li><li>Subdivision Loans</li><li>Commercial Loans</li><li>Income Property Loans</li>';
	loandesc.style.display='block';
	
	
	loandesc.style.left = obj.offsetLeft;
//	loandesc.style.top = (obj.offsetTop + obj.height);
}


function HideConstruction() {
	loandesc.style.display='none';
}



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'" class="cprinthide"><tr><td  ALIGN="LEFT">');
//document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo">');
//document.write('<PARAM NAME=movie VALUE="logo.swf">');
//document.write('<PARAM NAME=quality VALUE="high">');
//document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
//document.write('<EMBED src="logo.swf" quality="high" bgcolor="#'+flashcolor+'" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>');
document.write('<img src="picts/logoleft.jpg" height="40">');
document.write('<font style="FONT-SIZE: 12px" color="white"><br><b>&nbsp;&nbsp;');

if (LoggedIn == true) {
	document.write(LoginMessage);
					}
else	{		
	document.write('A National Mortgage Brokerage With Local People in Local Offices<font style="font-size: 6px;"><br><br></font>&nbsp;&nbsp;');
	document.write('<a href onMouseOut="HideResidential();" onMouseOver="ShowResidential(this);" style="text-decoration:underline; color: white;">Residential</a>,&nbsp;');
	document.write('<a href onMouseOut="HideCommercial();" onMouseOver="ShowCommercial(this);" style="text-decoration:underline; color: white;">Commercial</a> and ');
	document.write('<a href onMouseOut="HideConstruction();"onMouseOver="ShowConstruction(this);" style="text-decoration:underline; color: white;">Construction</a> Loans For Over 20 Years');
	}

document.write('</b></font>');





document.write('</td><td width="80" align="center">');




// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<a href="'+linked+'"><img src="picts/foutslogo.jpg" border="0" ></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="10" height="10" border="0"><br>');
}
document.write('</td></tr></table>');


document.write('<div id="loandesc" name="loandesc" ');
document.write('style="position:absolute; float:right; display:none;background-color:white;border: 5px solid #342B2B; ');
document.write('width:160;height: 125;filter:alpha(opacity=90);-moz-opacity: 0.9;opacity:0.9;z-index:10;"');
document.write('>');

document.write('</div>');

//  End -->