<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE

<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');

<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "0c343d"		// HEADER BACKGROUND COLOR
var flashheight		= "600"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "160"			// WIDTH OF THE FLASH (IN PIXELS)
var bordercolor		= "0c343d"		// BORDER COLOR
var borderwidth		= "0"			// BORDER WIDTH
var headerwidth		= "160"			// HEADER TOTAL WIDTH
var pageheight		= "600"			// GLOBAL PAGE HEIGHT



// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// START FLASH HEADER

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+headerwidth+'" BGCOLOR="#'+color+'" style="border: #'+bordercolor+' '+borderwidth+'px solid;" width="'+headerwidth+'"><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" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="http://www.canadadrive.ca/~dealer/gapps/globe20.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE="#'+color+'">');
document.write('<EMBED src="http://www.canadadrive.ca/~dealer/gapps/globe20.swf" quality=high bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');


//  End -->

function FloatMenu()
{
	var Xloc = 0,
	Yloc = 628;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/1;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 1);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->
