
<!-- Begin

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="78" bgcolor="#000000" background="picts/top-background.gif"><tr><td ALIGN="left" VALIGN="center" width="800">');
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="800" HEIGHT="68" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf"><PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=scale VALUE=exactfit><PARAM NAME=bgcolor VALUE=#000000>');
document.write('<EMBED src="logo.swf" quality=high scale=exactfit bgcolor=#000000  WIDTH="800" HEIGHT="68" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td><td width="15">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT=10 WIDTH=15 border="0"><BR>');
document.write('</td></tr></table>');

//  End -->

// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, this function is disabled.\n\nContent & Graphics Copyright ©Crosswind Consulting Inc"; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> 
