






menunum=0;
menus=new Array();
_Document=document;
function AddMenuItem()
{
	menunum++;
	menus[menunum]=menu;
}
function DumpMenuItem()
{
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++)
	{
		mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";
	_Document.write(mt)
}




if(navigator.appVersion.indexOf("MSIE 6.")>0)

{

	Move_effect = "Wipe(duration=1.1, GradientSize=1.0, wipeStyle=0, motion='forward');Alpha(style=0,opacity=100)";

	Move_effect2 = "Alpha(style=0,opacity=92);Shadow(color='#222222', Direction=135, Strength=3)";

}

else

{

	Move_effect = "Wipe(duration=0.7, GradientSize=1.0, wipeStyle=0, motion='forward')" 

	Move_effect2 = "Shadow(color='#222222', Direction=135, Strength=3)" 

}





timegap=500				// The time delay for menus to remain visible

followspeed=5			// Follow Scrolling speed

followrate=40			// Follow Scrolling Rate

suboffset_top=7;		// Sub menu offset Top position 

suboffset_left=3;		// Sub menu offset Left position



style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"ededed",				// Mouse Off Font Color

"2A5E84",				// Mouse Off Background Color

"111111",				// Mouse On Font Color

"DCEFFD",				// Mouse On Background Color

"333333",				// Menu Border Color 

11,					// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"Arial",				// Font Name

2,					// Menu Item Padding

"/images/right_arrow.gif",		// Sub Menu Image (Leave this blank if not needed)

1,					// 3D Border & Separator bar

"777777",				// 3D High Color

"333333",				// 3D Low Color

"",					// Current Page Item Font Color (leave this blank to disable)

"",					// Current Page Item Background Color (leave this blank to disable)

"",					// Top Bar image (Leave this blank to disable)

"",					// Menu Header Font Color (Leave blank if headers are not needed)

"",					// Menu Header Background Color (Leave blank if headers are not needed)

]



style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"ededed",				// Mouse Off Font Color

"2A5E84",				// Mouse Off Background Color

"111111",				// Mouse On Font Color

"DCEFFD",				// Mouse On Background Color

"333333",				// Menu Border Color 

9,					// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"Arial",				// Font Name

2,					// Menu Item Padding

"/images/right_arrow.gif",		// Sub Menu Image (Leave this blank if not needed)

1,					// 3D Border & Separator bar

"777777",				// 3D High Color

"333333",				// 3D Low Color

"",					// Current Page Item Font Color (leave this blank to disable)

"",					// Current Page Item Background Color (leave this blank to disable)

"",					// Top Bar image (Leave this blank to disable)

"",					// Menu Header Font Color (Leave blank if headers are not needed)

"",					// Menu Header Background Color (Leave blank if headers are not needed)

]





AddMenuItem(menu=["mainmenu",

	128,5,128,1,"",style1,1,"left",Move_effect2,,,,,,,,"hiddendiv",,,,

,"&nbsp;&nbsp;Home&nbsp;&nbsp;","/index.htm",,"Go to Home Page",1
,"&nbsp;&nbsp;About us&nbsp;&nbsp;","/about.htm",,"About Pacific Rental Solutions, Inc.",1

,"&nbsp;&nbsp;Products&nbsp;&nbsp;","show-menu=sub2_","/products.htm","Go to Products Page",1

,"&nbsp;&nbsp;RCMS Features&nbsp;&nbsp;","show-menu=sub3_","/features_list.htm","Go to Products Page",1

,"&nbsp;&nbsp;Services&nbsp;&nbsp;","show-menu=sub4_","/services.htm","Go to Services Page",1

,"&nbsp;&nbsp;ASP Services&nbsp;&nbsp;","show-menu=sub5_","/services_asp.htm","Go to ASP Services Page",1

,"&nbsp;&nbsp;Support&nbsp;&nbsp;","/support.htm",,"Go to Support Page",1
,"&nbsp;&nbsp;Testimonials&nbsp;&nbsp;","/about_testimonial.htm",,"See what others have to say about RCMS",1

,"&nbsp;&nbsp;Product Literature&nbsp;&nbsp;","/products_literature.htm",,"View PDF Product Sheets",1

,"&nbsp;&nbsp;Webinar Schedule&nbsp;&nbsp;","/contact_webinar.htm",,"See RCMS live, sign up for the next scheduled webinar",1

,"&nbsp;&nbsp;Video Demonstrations&nbsp;&nbsp;","/products_demo.htm",,"Watch RCMS Video Demos, no long downloads necessary",1

,"&nbsp;&nbsp;Contact us&nbsp;&nbsp;","/contact.htm",,"Go to Contact Page",1
,"&nbsp;&nbsp;Search Site&nbsp;&nbsp;","/search.htm",,"Search pacificrentalsolutions.com site.",1

])
