

var zindex=5
var nChunk = 0;
var nSteps = 50;
var nDelay = 0;
window.themenu = null;

function dropit2(whichone,top,left){ // I.E.
if (window.themenu&&themenu.id!=whichone.id){
 themenu.style.visibility="hidden";
}
if(window.themenu == whichone) return;
event.cancelBubble = true;
themenu=whichone;
if (document.all){
	event.cancelBubble=true;
		if (themenu.style.visibility=="hidden"){
		themenu.style.clip = "rect(0,0,0,0)";
		themenu.style.visibility="visible"
		nChunk = nSteps;
		showMenu();
		themenu.style.zIndex=zindex++
	}
}
}

function hidemenu(whichone){
if (window.themenu)
themenu.style.visibility="hidden";
window.clearTimeout(paintmenu);
themenu = null;
}

var paintmenu = null;
function showMenu() {
  if(themenu != null) {
   themenu.style.clip = "rect(0 " + nChunk + "% " + nChunk + "% 0)";
   nChunk += nSteps;
   nChunk <=100 ? paintmenu = window.setTimeout("showMenu()",nDelay) : themenu.style.clip = "rect(0,100%,100%,0)";
  }
}

//////////////////////////////////////////
// N.S. Code block
/////////////////////////////////////////
var nsRight = 0;
var nsBottom = 0;
var bInShow = false;

function dropit(e,whichone,top,left){ // N.S.
if (window.themenu&&themenu.id!=eval(whichone).id) themenu.visibility="hide";
if(themenu == eval(whichone) || bInShow) return false;
themenu=eval(whichone);
if (themenu.visibility=="hide") {
  themenu.left=e.layerX - top //-e.layerX
  themenu.top=e.layerY - left    //-e.layerY+40
  //document.layers['Transparent'].left = e.layerX - 75 - top;
  //document.layers['Transparent'].top = e.layerY -  75 - left;
  document.layers['Transparent'].clip.right = themenu.clip.right + 150;
  document.layers['Transparent'].clip.bottom = themenu.clip.bottom + 150;
  themenu.zIndex = document.layers['Transparent'].zIndex--;
  right = themenu.clip.right; // =0;
  bottom = themenu.clip.bottom; // = 0;
  nChunk = nSteps;
  nRight = nBottom = 0;
  document.layers['Transparent'].visibility="show";
  showMenu2(right,bottom);
}
return false
}
var nRight;
var nBottom;
function showMenu2(right,bottom) { 
  if(themenu != null) {
   bInShow = true;
   nBSteps = bottom / (100/nChunk);
   nRSteps = right / (100 / nChunk) ;
   nRight += nRSteps;
   nBottom += nBSteps;
   if ( nRight <= right) {
     themenu.clip.right = nRight ;
     themenu.clip.bottom = nBottom ; 
     themenu.visibility = "show";
     paintmenu = window.setTimeout("showMenu2(right,bottom)",nDelay)
   } else {
     bInShow=false;
     themenu.clip.right = right;
     themenu.clip.bottom = bottom;
     document.layers['Transparent'].onmouseover=hidemenu2;
   } 
  }
}
function hidemenu2(){
  if(window.themenu&&themenu != null) {
     clearTimeout(paintmenu);
     themenu.visibility="hide"
     document.layers['Transparent'].visibility="hide";
     document.layers['Transparent'].onmouseover="";
     bInShow = false;
     themenu.clip.right = right;
     themenu.clip.bottom = bottom;
  }
  themenu = null;
}
///////////////////////////////////
//common code
///////////////////////////////////
if (document.all){
  document.onmouseover = hidemenu;
}

document.write('  <div align="left">');
document.write('  <table border="0" width="100%" cellspacing="0" cellpadding="0">');
document.write('      <td colspan="3" width="600px" valign="middle" align="left" height="62"><a href="/VisualOffice/Default.htm" alt="Click here to go Home" title="Click here to go Home"><img src="/VisualOffice/images/bannerAnim.gif" width="600" height="62" border="0"></a></td>');
document.write('      <td colspan="3" valign="middle" align="center" height="62"></td>');
document.write('      <td colspan="3" valign="middle" align="center" height="62"></td>');
document.write('  </table>');
document.write('  </div>');




/////////////////////////////////////////////////////
//This is the Home flowing menu
/////////////////////////////////////////////////////



document.write('		<DIV align="left" noWrap>');
document.write('		<SPAN class="toolbar">');


document.write('		<style name="JBOT122231style" type="text/css"><!--');
document.write('			.DDMenu1:visited {color: #000000 }');
document.write('			.DDMenu1:hover {color: #ff0000 }');
document.write('			.DDMenu1 {color:#000000 }');
document.write('			.DDMenu1 {text-decoration:none; line-height: 12px}');
document.write('			.DDMenu1box {font-family: verdana, tahoma, arial; color: #000000; font-size: 10px; font-weight: 600; }');
document.write('			.DDMenu1box {position: absolute; layer-background-color: #99ccff; background-color: #99ccff; }');
document.write('			.DDMenu1box {width: 140px; height: 10px; }');
document.write('			.DDMenu1box {padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px; }');
document.write('			.DDMenu1box {text-align: Left; }');
document.write('		--></style>');


document.write('&nbsp;&nbsp;&nbsp;&nbsp;<span ID="Menu1" style="positioning:absolute; top:81; left:16" onmouseover="dropit2(DDMenu1, 0, 0);event.cancelBubble=true;">');
document.write('	<a class="DDMenu1" href="/VisualOffice/Default.htm" onmouseover="if(document.layers){ hidemenu2(); return dropit(event, \'document.DDMenu1\',0,0); }">');

//document.write('		<font face="verdana, tahoma, arial"size="1"><b>Home</b></a>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" color="white">I</font>');

document.write('		<b>Home</b></a></span>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" size="2">I</font>');
//document.write('</span>');

if(document.all)
{
	document.write('<div style="border:solid 1px #000000" align="Left" id="DDMenu1" class="DDMenu1box" onMouseover="window.event.cancelBubble = true;"  style="visibility: hidden; border-width: 0px" >');
document.write('        <img height="3" width="140" border="0" src="/VisualOffice/images/spacer.gif"><br>');
//document.write('        <img height="1" width="140" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
document.write('        <img height="6" width="140" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu1" target="_self" href="/VisualOffice/Default.htm">&nbsp;www.buzard.com/VisualOffice</a><br>');
	document.write('<a class="DDMenu1" target="_self" href="/VisualOffice/menubar/About.htm">&nbsp;About Visual Office</a><br>');
	document.write('</div>');
	document.getElementById("DDMenu1").style.left = Menu1.style.left;  //align to left of parent menu
	document.getElementById("DDMenu1").style.top = Menu1.style.top + Menu1.style.height;  //align to bottom of parent menu
}
if(document.layers)
{
	document.write('<layer align="Left" id="DDMenu1" class="DDMenu1box" visibility="hide" width="100px" bgcolor="#0097ff">');
	document.write('        <img height="1" width="140" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="140" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu1" target="_self" href="/VisualOffice/Default.htm">&nbsp;www.buzard.com/VisualOffice</a><br>');
	document.write('<a class="DDMenu1" target="_self" href="/VisualOffice/menubar/About.htm">&nbsp;About Visual Office</a><br>');
	document.write('</layer>');
	document.write('<layer id=Transparent class=Transparent visibility="hide" background="transparent">&nbsp;</layer>');
	document.layers['DDMenu1'].captureEvents(Event.CLICK);
	document.layers['DDMenu1'].onclick = hidemenu2;
	document.layers['DDMenu1'].style.left = document.layers['Menu1'].style.left;  //align to left of parent menu
	document.layers['DDMenu1'].style.top = document.layers['Menu1'].style.bottom + 1;  //align to bottom of parent menu
	document.captureEvents(Event.CLICK);
	document.onclick=hidemenu2;
}






///////////////////////////////////////////////////////////////////
//This is the Training/Events flowing menu
///////////////////////////////////////////////////////////////////


document.write('		<style name="JBOT122231style" type="text/css"><!--');
document.write('			.DDMenu2:visited {color: #000000 }');
document.write('			.DDMenu2:hover {color: #ff0000 }');
document.write('			.DDMenu2 {color:#000000 }');
document.write('			.DDMenu2 {text-decoration:none; line-height: 12px}');

document.write('			.DDMenu2box {font-family: verdana, tahoma, arial; color: #ffffff; font-size: 10px; font-weight: 600; }');
document.write('			.DDMenu2box {position: absolute; layer-background-color: #99ccff; background-color: #99ccff; }');
document.write('			.DDMenu2box {width: 130px; height: 10px; }');
document.write('			.DDMenu2box {padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px; }');
document.write('			.DDMenu2box {text-align: Left; }');
document.write('		--></style>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;<span ID="Menu2" style="positioning:absolute; top:81; left:87;" onmouseover="dropit2(DDMenu2, 0, 0);event.cancelBubble=true;">');
document.write('	<a  class="DDMenu2" href="/VisualOffice/clients/EmpTrain.asp" onmouseover="if(document.layers){ hidemenu2(); return dropit(event, \'document.DDMenu2\',0,0); }">');
//document.write('		<font face="verdana, tahoma, arial" size="1"><b>Training/Events</b></a>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" color="white">I</font>');
document.write('		<b>Training/Events</b></span></a>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" size="2">I</font>');

//document.write('</span>');

if(document.all)
{
	document.write('<div style="border:solid 1px #000000" align="Left" id="DDMenu2" class="DDMenu2box" onMouseover="window.event.cancelBubble = true;"  style="visibility: hidden; border-width: 0px; " >');
document.write('        <img height="3" width="130" border="0" src="/VisualOffice/images/spacer.gif"><br>');
//document.write('        <img height="1" width="130" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
document.write('        <img height="6" width="130" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu2" target="_self" href="/VisualOffice/clients/EmpTrain.asp">&nbsp;Training</a><br>');
	document.write('<a class="DDMenu2" target="_self" href="/VisualOffice/menubar/Events.htm">&nbsp;Events</a><br>');
	document.write('</div>');
	document.getElementById("DDMenu2").style.left = Menu2.style.left;  //align to left of parent menu
	document.getElementById("DDMenu2").style.top = Menu2.style.top + Menu1.style.height;  //align to bottom of parent menu
}
if(document.layers)
{
	document.write('<layer align="Left" id="DDMenu2" class="DDMenu1box" visibility="hide" width="100px" bgcolor="#0097ff">');
	document.write('        <img height="1" width="130" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="130" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu2" target="_self" href="/VisualOffice/clients/EmpTrain.asp">&nbsp;Training</a><br>');
	document.write('<a class="DDMenu2" target="_self" href="/VisualOffice/menubar/Events.htm">&nbsp;Events</a><br>');
	document.write('</layer>');
	document.write('<layer id=Transparent class=Transparent visibility="hide" background="transparent">&nbsp;</layer>');
	document.layers['DDMenu2'].captureEvents(Event.CLICK);
	document.layers['DDMenu2'].onclick = hidemenu2;
	document.layers['DDMenu2'].style.left = document.layers['Menu2'].style.left;  //align to left of parent menu
	document.layers['DDMenu2'].style.top = document.layers['Menu2'].style.bottom + 1;  //align to bottom of parent menu
	document.captureEvents(Event.CLICK);
	document.onclick=hidemenu2;
}







//////////////////////////////////////////////
//This is the Whats New flowing menu
///////////////////////////////////////////////

document.write('		<style name="JBOT122231style" type="text/css"><!--');
document.write('			.DDMenu3:visited {color: #000000}');
document.write('			.DDMenu3:hover {color: #ff0000 }');
document.write('			.DDMenu3 {color:#000000 }');
document.write('			.DDMenu3 {text-decoration:none; line-height: 12px}');
document.write('			.DDMenu3box {font-family: verdana, tahoma, arial; color: #ffffff; font-size: 10px; font-weight: 600; }');
document.write('			.DDMenu3box {position: absolute; layer-background-color: #99ccff; background-color: #99ccff; }');
document.write('			.DDMenu3box {width: 130px; height: 10px; }');
document.write('			.DDMenu3box {padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px; }');

document.write('			.DDMenu3box {text-align: Left; }');
document.write('		--></style>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<span ID="Menu3" style="positioning:absolute; top:81; left:217;" onmouseover="dropit2(DDMenu3, 0, 0);event.cancelBubble=true;">');
document.write('	<a class="DDMenu3" href="/VisualOffice/clients/Latest.asp" onmouseover="if(document.layers){ hidemenu2(); return dropit(event, \'document.DDMenu3\',0,0); }">');
//document.write('		<font face="verdana, tahoma, arial" size="1"><b>What\'s //New?</a></b>&nbsp;&nbsp;&nbsp;&nbsp</font><font face="arial" color="white">I</font>');
document.write('		<b>What\'s New?</a></span></b>&nbsp;&nbsp;&nbsp;&nbsp</font><font face="arial" size="2">I</font>');

//document.write('</span>');

if(document.all)
{
	document.write('<div style="border:solid 1px #000000" align="Left" id="DDMenu3" class="DDMenu2box" onMouseover="window.event.cancelBubble = true;"  style="visibility: hidden; border-width: 0px; " >');
document.write('        <img height="3" width="130" border="0" src="/VisualOffice/images/spacer.gif"><br>');
//document.write('        <img height="1" width="130" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
document.write('        <img height="6" width="130" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu3" target="_self" href="/VisualOffice/menubar/Features.htm">&nbsp;Features</a><br>');
	document.write('<a class="DDMenu3" target="_self" href="/VisualOffice/clients/Latest.asp">&nbsp;Latest Features</a><br>');
	document.write('</div>');
	document.getElementById("DDMenu3").style.left = Menu3.style.left;  //align to left of parent menu
	document.getElementById("DDMenu3").style.top = Menu3.style.top + Menu1.style.height;  //align to bottom of parent menu
}
if(document.layers)
{
	document.write('<layer align="Left" id="DDMenu3" class="DDMenu3box" visibility="hide" width="100px" bgcolor="#0097ff">');
	document.write('        <img height="1" width="130" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="130" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu3" target="_self" href="/VisualOffice/menubar/Features.htm">&nbsp;Features</a><br>');
	document.write('<a class="DDMenu3" target="_self" href="/VisualOffice/clients/Latest.asp">&nbsp;Latest Features</a><br>');
	document.write('</layer>');
	document.write('<layer id=Transparent class=Transparent visibility="hide" background="transparent">&nbsp;</layer>');
	document.layers['DDMenu3'].captureEvents(Event.CLICK);
	document.layers['DDMenu3'].onclick = hidemenu2;
	document.layers['DDMenu3'].style.left = document.layers['Menu3'].style.left;  //align to left of parent menu
	document.layers['DDMenu3'].style.top = document.layers['Menu3'].style.bottom + 1;  //align to bottom of parent menu
	document.captureEvents(Event.CLICK);
	document.onclick=hidemenu2;
}






//////////////////////////////////////////////
//This is the Product Information flowing menu
///////////////////////////////////////////////

//document.write('      <td width="133" height="15" valign="top" align="center" bgcolor="#0097FF">');
document.write('<style name="JBOT113904style" type="text/css"><!--');
document.write('.DDMenu4:visited {color: #000000 }');
document.write('.DDMenu4:hover {color: #ff0000 }');
document.write('.DDMenu4 {color:#000000 }');
document.write('.DDMenu4 {text-decoration:none; line-height: 12px}');
document.write('.DDMenu4box {font-family: verdana, tahoma, arial; color: #000000; font-size: 10px; font-weight: 600; }');
document.write('.DDMenu4box {position: absolute; layer-background-color: #99ccff; background-color: #99ccff; }');
document.write('.DDMenu4box {width: 174px; height: 50px; }');
document.write('.DDMenu4box {padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px; }');
document.write('.DDMenu4box {border-color: #000000; border-style: solid; }');
document.write('.DDMenu4box {text-align: Left; }');
document.write('--></style>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<span ID="Menu4" style="positioning:absolute; top:81; left:330;" onmouseover="dropit2(DDMenu4, 0, 0);event.cancelBubble=true;">');
document.write('	<a class="DDMenu4" href="/VisualOffice/menubar/Features.htm" onmouseover="if(document.layers){ hidemenu2(); return dropit(event, \'document.DDMenu4\',0,0); }">');
//document.write('		<font face="verdana, tahoma, arial" size="1"><b>Product //Information</a></b>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" color="white">I</font>');
document.write('		<b>Product Information</a></span></b>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" size="2">I</font>');

//document.write('</span>');

if(document.all)
{
	document.write('<div style="border:solid 1px #000000" align="Left" id="DDMenu4" class="DDMenu4box" onMouseover="window.event.cancelBubble = true;"  style="visibility: hidden; border-width: 0px; " >');
	document.write('        <img height="3" width="174" border="0" src="/VisualOffice/images/spacer.gif"><br>');
//	document.write('        <img height="1" width="174" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="174" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Features.htm">&nbsp;Features</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Questions.htm">&nbsp;FAQ\'s</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/demoform.asp">&nbsp;Virtual Demo</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Contact%20Info.htm">&nbsp;Contact Info</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Why.htm">&nbsp;Why We\'re Different</a><br>');
	document.write('</div>');
	document.getElementById("DDMenu4").style.left = Menu4.style.left;  //align to left of parent menu
	document.getElementById("DDMenu4").style.top = Menu4.style.top + Menu1.style.height;  //align to bottom of parent menu
}
if(document.layers)
{
	document.write('<layer align="Left" id="DDMenu4" class="DDMenu4box" visibility="hide" width="100px" bgcolor="#0097ff">');
	document.write('        <img height="1" width="174" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="174" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Features.htm">&nbsp;Features</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Questions.htm">&nbsp;FAQ\'s</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/virtualdemo/Screen%20Shots.htm">&nbsp;Virtual Demo</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Contact%20Info.htm">&nbsp;Contact Info</a><br>');
	document.write('<a class="DDMenu4" target="_self" href="/VisualOffice/menubar/Why.htm">&nbsp;Why We\'re Different</a><br>');
	document.write('</layer>');
	document.write('<layer id=Transparent class=Transparent visibility="hide" background="transparent">&nbsp;</layer>');
	document.layers['DDMenu4'].captureEvents(Event.CLICK);
	document.layers['DDMenu4'].onclick = hidemenu2;
	document.layers['DDMenu4'].style.left = document.layers['Menu4'].style.left;  //align to left of parent menu
	document.layers['DDMenu4'].style.top = document.layers['Menu4'].style.bottom + 1;  //align to bottom of parent menu
	document.captureEvents(Event.CLICK);
	document.onclick=hidemenu2;
}







/////////////////////////////////////////////////////
//This is the Downloads flowing menu
/////////////////////////////////////////////////////


document.write('		<style name="JBOT122231style" type="text/css"><!--');
document.write('			.DDMenu5:visited {color: #000000 }');
document.write('			.DDMenu5:hover {color: #ff0000 }');
document.write('			.DDMenu5 {color:#000000 }');
document.write('			.DDMenu5 {text-decoration:none; line-height: 12px}');
document.write('			.DDMenu5box {font-family: verdana, tahoma, arial; color: #000000; font-size: 10px; font-weight: 600; }');
document.write('			.DDMenu5box {position: absolute; layer-background-color: #99ccff; background-color: #99ccff; }');
document.write('			.DDMenu5box {width: 120px; height: 10px; }');
document.write('			.DDMenu5box {padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px; }');
document.write('			.DDMenu5box {border-color: #000000; border-style: solid; }');
document.write('			.DDMenu5box {text-align: Left; }');
document.write('		--></style>');
document.write('<span ID="Menu5" style="positioning:absolute; top:79; left:487;" onmouseover="dropit2(DDMenu5, 0, 0);event.cancelBubble=true;">');
document.write('	&nbsp;&nbsp;&nbsp;&nbsp;<a class="DDMenu5" href="/VisualOffice/clients/Downloads.asp" onmouseover="if(document.layers){ hidemenu2(); return dropit(event, \'document.DDMenu5\',0,0); }">');
//document.write('		<font face="verdana, tahoma, arial" //size="1"><b>Downloads</a>&nbsp;&nbsp;&nbsp;&nbsp;</b></font><font face="arial" color="white">I</font>');
document.write('		<b>Downloads</a></span></b></font>&nbsp;&nbsp;&nbsp;&nbsp;<font face="arial" size="2">I</font>');
//document.write('</span>');

if(document.all)
{
	document.write('<div style="border:solid 1px #000000" align="Left" id="DDMenu5" class="DDMenu5box" onMouseover="window.event.cancelBubble = true;"  style="visibility: hidden; border-width: 0px; " >');
	document.write('        <img height="3" width="120" border="0" src="/VisualOffice/images/spacer.gif"><br>');
//	document.write('        <img height="1" width="120" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="120" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu5" target="_self" href="/VisualOffice/clients/Downloads.asp">&nbsp;Downloads</a><br>');
	document.write('</div>');
	document.getElementById("DDMenu5").style.left = Menu5.style.left;  //align to left of parent menu
	document.getElementById("DDMenu5").style.top = Menu5.style.top + Menu1.style.height;  //align to bottom of parent menu
}
if(document.layers)
{
	document.write('<layer align="Left" id="DDMenu5" class="DDMenu5box" visibility="hide" width="100px" bgcolor="#0097ff">');
	document.write('        <img height="1" width="120" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="120" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu5" target="_self" href="/VisualOffice/clients/Downloads.asp">&nbsp;Downloads</a><br>');
	document.write('</layer>');
	document.write('<layer id=Transparent class=Transparent visibility="hide" background="transparent">&nbsp;</layer>');
	document.layers['DDMenu5'].captureEvents(Event.CLICK);
	document.layers['DDMenu5'].onclick = hidemenu2;
	document.layers['DDMenu5'].style.left = document.layers['Menu5'].style.left;  //align to left of parent menu
	document.layers['DDMenu5'].style.top = document.layers['Menu5'].style.bottom + 1;  //align to bottom of parent menu
	document.captureEvents(Event.CLICK);
	document.onclick=hidemenu2;
}







/////////////////////////////////////////////////////
//This is the Contact Us flowing menu
/////////////////////////////////////////////////////

document.write('		<style name="JBOT122231style" type="text/css"><!--');
document.write('			.DDMenu6:visited {color: #000000 }');
document.write('			.DDMenu6:hover {color: #ff0000 }');
document.write('			.DDMenu6 {color:#000000 }');
document.write('			.DDMenu6 {text-decoration:none; line-height: 12px}');
document.write('			.DDMenu6box {font-family: verdana, tahoma, arial; color: #ffffff; font-size: 10px; font-weight: 600; }');
document.write('			.DDMenu6box {position: absolute; layer-background-color: #99ccff; background-color: #99ccff; }');
document.write('			.DDMenu6box {width: 120px; height: 10px; }');
document.write('			.DDMenu6box {padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 10px; }');
document.write('			.DDMenu6box {border-color: #000000; border-style: solid; }');
document.write('			.DDMenu6box {text-align: Left; }');
document.write('		--></style>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<span ID="Menu6" style="positioning:absolute; top:79; left:585;" onmouseover="dropit2(DDMenu6, 0, 0);event.cancelBubble=true;">');
document.write('	<a class="DDMenu6" href="/VisualOffice/menubar/Contact%20Info.htm" onmouseover="if(document.layers){ hidemenu2(); return dropit(event, \'document.DDMenu6\',0,0); }">');
//document.write('		<font face="verdana, tahoma, arial" size="1"><b>Contact //Us</a></b>&nbsp;&nbsp;&nbsp;&nbsp;</font><font face="arial" color="white">I</font>');
document.write('		<b>Contact Us</a></span></b></font>&nbsp;&nbsp;&nbsp;&nbsp;<font face="arial" size="2">I</font>');
//document.write('</span>');

if(document.all)
{
	document.write('<div style="border:solid 1px #000000" align="Left" id="DDMenu6" class="DDMenu6box" onMouseover="window.event.cancelBubble = true;"  style="visibility: hidden; border-width: 0px; " >');
	document.write('        <img height="3" width="120" border="0" src="/VisualOffice/images/spacer.gif"><br>');
//	document.write('        <img height="1" width="120" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="120" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu6" target="_self" href="/VisualOffice/menubar/Contact%20Info.htm">&nbsp;Contacts</a><br>');
	document.write('</div>');
	document.getElementById("DDMenu6").style.left = Menu6.style.left;  //align to left of parent menu
	document.getElementById("DDMenu6").style.top = Menu6.style.top + Menu1.style.height;  //align to bottom of parent menu
}
if(document.layers)
{
	document.write('<layer align="Left" id="DDMenu6" class="DDMenu6box" visibility="hide" width="100px" bgcolor="#0097ff">');
	document.write('        <img height="1" width="120" border="0" src="/VisualOffice/images/WhitePX.gif"><br>');
	document.write('        <img height="6" width="120" border="0" src="/VisualOffice/images/spacer.gif"><br>');
	document.write('<a class="DDMenu6" target="_self" href="/VisualOffice/menubar/Contact%20Info.htm">&nbsp;Contacts</a><br>');
	document.write('</layer>');
	document.write('<layer id=Transparent class=Transparent visibility="hide" background="transparent">&nbsp;</layer>');
	document.layers['DDMenu6'].captureEvents(Event.CLICK);
	document.layers['DDMenu6'].onclick = hidemenu2;
	document.layers['DDMenu6'].style.left = document.layers['Menu6'].style.left;  //align to left of parent menu
	document.layers['DDMenu6'].style.top = document.layers['Menu6'].style.bottom + 1;  //align to bottom of parent menu
	document.captureEvents(Event.CLICK);
	document.onclick=hidemenu2;
}

document.write('		</SPAN>');
document.write('		</DIV>');






