/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;
	var LowBgColor='#c0c0c0';
	var LowSubBgColor='black';
	var HighBgColor='#e82c3d';
	var HighSubBgColor='#e82c3d';
	var FontLowColor='#e82c3d';
	var FontSubLowColor='white';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='white';
	var BorderSubColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,verdana,tahoma";
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.4;
	var StartTop=0;				       // Menu offset x coordinate
	var StartLeft=0;				   // Menu offset y coordinate
	var VerCorrect=0;				   // Multiple frames y correction
	var HorCorrect=0;				   // Multiple frames x correction
	var LeftPaddng=0;
	var TopPaddng=4;				   // Top padding
	var FirstLineHorizontal=0;		  // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var TargetLoc='MenuPos';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['x_arrow_menu.gif',10,12,'tridown.gif',4,8,'trileft.gif',4,8];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("In-Check Home","index.html","",0,26,136);

Menu2=new Array("Bookkeeping","bookkeeping-houston.htm","",0,26,140);

Menu3=new Array("Payroll Services","payroll-services-houston.htm","",1,26,140);
		Menu3_1=new Array("Add Employee Form","employee-form.htm","",0,26,140);

Menu4=new Array("Income Tax Services","income-tax-prep.htm","",0,26,140);

Menu5=new Array("On-Line Tax Prep","houston-on-line-tax.htm","",0,26,140);

Menu6=new Array("Medical Billing","medical-billing.htm","",0,26,140);
		
Menu7=new Array("Residental Care Reports","residential-care-reports.htm","",0,38,140);
		
Menu8=new Array("About In-Check","about-in-check.htm","",0,26,140);

Menu9=new Array("Contact In-Check","contact-incheck.htm","",0,26,140);

// Menu10=new Array("SII Privacy Policy","javascript:NewWin=window.open('http://www.siionline.com/public/sii_madv6130a.pdf','NWin','width=650,height=450,top=150,left=150,scrollbars=yes');window['NewWin'].focus()","",0);

