<!--

function startLayer(name,top,left,visibility,zindex) {

	if (document.layers) {
		visibility = (visibility == 'visible') ? 'show' : 'hide';
		document.writeln('<layer name="'+name+'layer" id="'+name+'layer" top="'+top+'" left="'+left+'" visibility="'+visibility+'" z-index="'+zindex+'" background="/images/nav/menuback.gif">');
	} else if (document.all || document.getElementById) {
		document.writeln('<div name="'+name+'layer" id="'+name+'layer" style="position: absolute; top: '+top+'px; left: '+left+'px; visibility: '+visibility+'; z-index: '+zindex+'; background-image: url(/images/nav/menuback.gif);">');
	}
    if (browserOKFlag) {
        document.writeln('<table border="0" cellpadding="0" cellspacing="0"><tr><td rowspan="2" width="1" bgcolor="#cccccc" valign="top"><img src="/images/pixel.png" width="1" height="68" alt="" border="0"></td><td rowspan="2" width="10" style="border-bottom: 0px solid #CCCCCC;" valign="top">&nbsp;</td><td height="1" valign="top"><img src="/images/pixel.png" width="128" height="1" alt="" border="0" valign="top"></td><td rowspan="2" width="10" style="border-bottom: 0px solid #CCCCCC;" valign="top">&nbsp;</td><td rowspan="2" width="1"" bgcolor="#CCCCCC" valign="top"></td></tr>');
        document.writeln('<tr><td nowrap valign="top">');
    }
}

function writeLayerLine(linkname,linkdescr,linktitle) {
    if (browserOKFlag) {
        document.writeln('<div class="link"><a href="'+linkname+'" title="'+linkdescr+'" class="link" onClick="clearAll();" onMouseOver="clearTimeout(menuTimer)" onMouseOut="clearMenus()">'+linktitle+'</a></div>');
    }
}

function endLayer() {
    if (browserOKFlag) {
        document.writeln('<a href="#" onMouseOver="actLayer=\'none\',clearAll()"><img src="/images/nav/close.gif" style="margin-top: 7px;" width="51" height="14" border="0" alt=""></a></td></tr>');
        document.writeln('</table><div style="border-bottom: 1px solid #CCCCCC;"></div>');
    }
	if (document.layers) {
		document.writeln('</layer>');
	} else if (document.all || document.getElementById) {
		document.writeln('</div>');
	}
}

var fromTop;
//alert(screen.height);
if ((screen.height == 600) || (screen.height == 768))
{
	if(document.all)
		fromTop = 119;
	else
		fromTop = 112;
}
else if (screen.height == 864)
{
	if(document.all)
		fromTop = 122;
	else
		fromTop = 115;
}
else
{
	fromTop = screen.height * .14;
}

startLayer('home', fromTop ,30,'hidden',0);
writeLayerLine('http://www.odonnellstaffingresearch.com','Home','Home');
endLayer();

startLayer('concept', fromTop, 110,'hidden',1);
writeLayerLine('/concept/index.php','View our History','History');
writeLayerLine('/concept/process.php','Get to know the O Donnell Process','Process');
endLayer();

startLayer('benefits', fromTop, 206,'hidden',2);
writeLayerLine('/benefits/index.php','Why Choose O\'Donnell','Why Use Us');
writeLayerLine('/benefits/toYou.php','Why O\'Donnell Benefits You.','To You');
writeLayerLine('/benefits/toCompany.php','Why O\'Donnell Benefits Your Company.','To Your Company');
endLayer();

startLayer('capabilities', fromTop, 300,'hidden',3);
writeLayerLine('/capabilities/index.php','View our Capabilities','Capabilities');
writeLayerLine('/capabilities/client.php','View our List of Clients','Client List');
endLayer();

startLayer('about', fromTop, 396,'hidden',4);
writeLayerLine('/about/bob.php','','Bob O\'Donnell');
writeLayerLine('/about/joy.php','','Joy Waugh');
writeLayerLine('/about/kay.php','','Kay Loftus');
writeLayerLine('/about/josie.php','','CFO - Josie');
endLayer();

startLayer('news', fromTop, 508,'hidden',5);
writeLayerLine('http://odonnellstaffing.blogspot.com/','','News');
endLayer();

startLayer('contact', fromTop, 578,'hidden',6);
writeLayerLine('/contact/index.php','O\'Donnell Bios','Contact Us');
endLayer();



active = 1;

//-->
