/***********************************************************************************
*	(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=8;			// Number of first level items
//	var NoOffFirstLineMenus=10;			// Number of first level items
	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#00779E';			// Background color when mouse is not over
	var LowSubBgColor='#00779E';			// Background color when mouse is not over on subs
	var HighBgColor='#00ABE8';			// Background color when mouse is over
	var HighSubBgColor='#00ABE8';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#00779E';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,helvetica,sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
//	var StartTop=83;				// Menu offset y coordinate
	var StartTop=104;				// Menu offset y coordinate
//	var StartLeft=0;				// Menu offset x coordinate
	var StartLeft=113;				// Menu offset x coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['common/menu_arrow.gif',11,7,'blank.gif',1,1,'blank.gif',11,7];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//  Creates another window.
//
function OpenNewWindow(pagepath) {
  var c_wnd = null;
  var ver = parseFloat(navigator.appVersion);

  // Version 4.02 and 4.03 of Netscape hang up with window.open(), so don't do it
  //
  if (navigator.appName != "Netscape" || (4.02 > ver) || (ver > 4.03))      
  {
     c_wnd = window.open(pagepath,"q_window","toolbar,status,scrollbars,resizable,height=550,width=650,screenX=10,screenY=10");
  }
}

// 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"


// Netscape wants hrefs in sub menus to be relative to the "pages" frame, not the "menu" frame.

if (navigator.appName == "Netscape")
{

StartLeft=109;
StartTop=105;

Menu1=new Array("Home","home.htm","",0,21,57);

Menu2=new Array("Products","","",5,21,70);
	Menu2_1=new Array("QarVision remote elevator monitor","ems.htm","",6,36,140);
		Menu2_1_1=new Array("QarVision","ems.htm","",0,18,140);
		Menu2_1_2=new Array("Operation","emshow.htm","",0);
 		Menu2_1_3=new Array("Specifications","em_specs.htm","",0);
 		Menu2_1_4=new Array("Data Analysis","em_graphics.htm","",0);
		Menu2_1_5=new Array("Sample Installations","ems_install.htm","",0,18,140);
		Menu2_1_6=new Array("Buy","buy.htm","",0,18,140);
	Menu2_2=new Array("SpikeWatcher spike detection","wds.htm","",7,36,140);
		Menu2_2_1=new Array("SpikeWatcher","wds.htm","",0,18,115);
		Menu2_2_2=new Array("Operation","swhow.htm","",0);
 		Menu2_2_3=new Array("Specifications","swspecs.htm","",0);
 		Menu2_2_4=new Array("Data Analysis","swgraphics.htm","",0);
		Menu2_2_5=new Array("Applications","prv.htm","",0);
		Menu2_2_6=new Array("Sample Results","swresults.htm","",0);
		Menu2_2_7=new Array("Buy","buy.htm","",0,18,115);
	Menu2_3=new Array("QarWatcher mobile monitoring","qarwatcher.htm","",0,36,140);
	Menu2_4=new Array("Level 1 Module","what_is_level1.htm","",0,18,140);
	Menu2_5=new Array("QWIC-Cell™","qc.htm","",3,18,140);
		Menu2_5_1=new Array("QWIC-Cell™","qc.htm","",0,18,140);
		Menu2_5_2=new Array("Operation","qc_how.htm","",0);
		Menu2_5_3=new Array("Buy","qc_buy.htm","",0);

Menu3=new Array("Services","services.htm","",0,21,70);

Menu4=new Array("Solutions","","",4,21,78);
	Menu4_1=new Array("Building Automation and Control","hvac.htm","",0,36,140);
	Menu4_2=new Array("Construction","construction.htm","",0,18,140);
	Menu4_3=new Array("Transportation","transportation.htm","",0,18,140);
	Menu4_4=new Array("Water and Power","water_and_power.htm","",0,18,140);

//Menu5=new Array("Download","download.htm","",9,21,75);
//	Menu5_1=new Array("What is Available?","download.htm","",0,18,140);
//	Menu5_2=new Array("Windows","","",2);
//		Menu5_2_1=new Array("QView for Windows","install_qview_win.htm","",0,18,140);
//		Menu5_2_2=new Array("QControl for Windows","install_qcontrol_win.htm","",0);
//	Menu5_3=new Array("PocketPC","install_pocketpc.htm","",0);
//	Menu5_4=new Array("Symbian","install_symbian.htm","",0);
//	Menu5_5=new Array("Configuration Studio","install_studio.htm","",0);
//	Menu5_6=new Array("Demonstrations","demonstrations.htm","",0,18,140);
//	Menu5_7=new Array("See how QWIC works","javascript:OpenNewWindow('simulation/qameleon/frameset.htm');","",0,18,140);
//	Menu5_8=new Array("Try it for yourself","QWIC_demonstrations.htm","",7);
//		Menu5_8_1=new Array("Running QWIC Stand Alone","QWIC_demo_local.htm","",0,18,200);
//		Menu5_8_2=new Array("Running QWIC with a Wired LAN","QWIC_demo_lan.htm","",0);
//		Menu5_8_3=new Array("Running QWIC Wireless","QWIC_demo_wireless.htm","",0);
//		Menu5_8_4=new Array("Running QWIC with IrDA","QWIC_demo_irda.htm","",0);
//		Menu5_8_5=new Array("Local Demonstrations","local_devices.htm","",0);
//		Menu5_8_6=new Array("Remote Demonstrations","remote_devices.htm","",0);
//		Menu5_8_7=new Array("Configuring Wireless Cards","wireless_card_configuration.htm","",0);
//	Menu5_9=new Array("Try the PRV Monitor","javascript:OpenNewWindow('simulation/prv/frameset.htm');","",0);
Menu5=new Array("Contact","contact.htm","",0,21,67);
Menu6=new Array("About Us","background.htm","",3,21,70);
	Menu6_1=new Array("Background","background.htm","",0,18,150);	
	Menu6_2=new Array("Management Team","mgmt_team.htm","",0);
//	Menu6_3=new Array("Press Releases","press_release.htm","",0);
//	Menu6_4=new Array("Qameleon Presentation (Internet Explorer only)","javascript:OpenNewWindow('../e_c_pres/customer_presentation.htm');","",0,36);	
	Menu6_3=new Array("About e-try","about_etry.htm","",0);
Menu7=new Array("<img src='common/japanese.gif'>","intro_japanese.htm","",5,21,48);
	Menu7_1=new Array("<img src='common/Japanese_background.gif'>","intro_japanese.htm","",0,18,210);
	Menu7_2=new Array("<img src='common/Japanese_QWICoverview.gif'>","poster_jpn.htm","",0,18,210);
	Menu7_3=new Array("<img src='common/Japanese_Spikewatcher.gif'>","SpikeWatcher_Japanese.htm","",0,18,210);
	Menu7_4=new Array("<img src='common/Japanese_Qarvision.gif'>","QarVision_Japanese.htm","",0,18,210);
	Menu7_5=new Array("<img src='common/Japanese_Custom.gif'>","Custom_Japanese.htm","",0,18,210);
//	Menu7_6=new Array("<img src='common/Japanese_Presentation.gif'>","javascript:OpenNewWindow('../e_c_pres/customer_presentation.htm');","",0,52);

Menu8=new Array("2 Places at Once","communication.htm","",0,21,110);

Menu9=new Array("Support","support.htm","",0,21,94);

}
else
{

Menu1=new Array("Home","home.htm","",0,21,57);

Menu2=new Array("Products","","",5,21,70);
	Menu2_1=new Array("QarVision™ remote elevator monitor","ems.htm","",6,36,140);
		Menu2_1_1=new Array("QarVision™","ems.htm","",0,18,140);
		Menu2_1_2=new Array("Operation","emshow.htm","",0);
 		Menu2_1_3=new Array("Specifications","em_specs.htm","",0);
 		Menu2_1_4=new Array("Data Analysis","em_graphics.htm","",0);
		Menu2_1_5=new Array("Sample Installations","ems_install.htm","",0,18,140);
		Menu2_1_6=new Array("Buy","buy.htm","",0,18,140);
	Menu2_2=new Array("SpikeWatcher™ spike detection","wds.htm","",7,36,140);
		Menu2_2_1=new Array("SpikeWatcher™","wds.htm","",0,18,115);
		Menu2_2_2=new Array("Operation","swhow.htm","",0);
 		Menu2_2_3=new Array("Specifications","swspecs.htm","",0);
 		Menu2_2_4=new Array("Data Analysis","swgraphics.htm","",0);
		Menu2_2_5=new Array("Applications","prv.htm","",0);
		Menu2_2_6=new Array("Sample Results","swresults.htm","",0);
		Menu2_2_7=new Array("Buy","buy.htm","",0,18,115);
	Menu2_3=new Array("QarWatcher™ mobile monitoring","qarwatcher.htm","",0,36,140);
	Menu2_4=new Array("Level 1 Module™","what_is_level1.htm","",0,18,140);
	Menu2_5=new Array("QWIC-Cell™","qc.htm","",3,18,140);
		Menu2_5_1=new Array("QWIC-Cell™","qc.htm","",0,18,140);
		Menu2_5_2=new Array("Operation","qc_how.htm","",0);
		Menu2_5_3=new Array("Buy","qc_buy.htm","",0);

Menu3=new Array("Services","services.htm","",0,21,70);

Menu4=new Array("Solutions","","",4,21,78);
	Menu4_1=new Array("Building Automation and Control","hvac.htm","",0,36,140);
	Menu4_2=new Array("Construction","construction.htm","",0,18,140);
	Menu4_3=new Array("Transportation","transportation.htm","",0,18,140);
	Menu4_4=new Array("Water and Power","water_and_power.htm","",0,18,140);

//Menu5=new Array("Download","download.htm","",9,21,75);
//	Menu5_1=new Array("What is Available?","download.htm","",0,18,140);
//	Menu5_2=new Array("Windows","","",2);
//		Menu5_2_1=new Array("QView for Windows","install_qview_win.htm","",0,18,140);
//		Menu5_2_2=new Array("QControl for Windows","install_qcontrol_win.htm","",0);
//	Menu5_3=new Array("PocketPC","install_pocketpc.htm","",0);
//	Menu5_4=new Array("Symbian","install_symbian.htm","",0);
//	Menu5_5=new Array("Configuration Studio","install_studio.htm","",0);
//	Menu5_6=new Array("Demonstrations","demonstrations.htm","",0,18,140);
//	Menu5_7=new Array("See how QWIC works","javascript:OpenNewWindow('simulation/qameleon/frameset.htm');","",0,18,140);
//	Menu5_8=new Array("Try it for yourself","QWIC_demonstrations.htm","",7);
//		Menu5_8_1=new Array("Running QWIC Stand Alone","QWIC_demo_local.htm","",0,18,210);
//		Menu5_8_2=new Array("Running QWIC with a Wired LAN","QWIC_demo_lan.htm","",0);
//		Menu5_8_3=new Array("Running QWIC Wireless","QWIC_demo_wireless.htm","",0);
//		Menu5_8_4=new Array("Running QWIC with IrDA","QWIC_demo_irda.htm","",0);
//		Menu5_8_5=new Array("Local Demonstrations","local_devices.htm","",0);
//		Menu5_8_6=new Array("Remote Demonstrations","remote_devices.htm","",0);
//		Menu5_8_7=new Array("Configuring Wireless Cards","wireless_card_configuration.htm","",0);
//	Menu5_9=new Array("Try the PRV Monitor","javascript:OpenNewWindow('simulation/prv/frameset.htm');","",0);
Menu5=new Array("Contact","contact.htm","",0,21,67);
Menu6=new Array("About Us","background.htm","",3,21,70);
	Menu6_1=new Array("Background","background.htm","",0,18,150);	
	Menu6_2=new Array("Management Team","mgmt_team.htm","",0);
//	Menu6_3=new Array("Press Releases","press_release.htm","",0);
//	Menu6_4=new Array("Qameleon Presentation (Internet Explorer only)","javascript:OpenNewWindow('../e_c_pres/customer_presentation.htm');","",0,36);	
	Menu6_3=new Array("About e-try","about_etry.htm","",0);
Menu7=new Array("<img src='common/japanese.gif'>","intro_japanese.htm","",5,21,48);
	Menu7_1=new Array("<img src='common/Japanese_background.gif'>","intro_japanese.htm","",0,18,210);
	Menu7_2=new Array("<img src='common/Japanese_QWICoverview.gif'>","poster_jpn.htm","",0,18,210);
	Menu7_3=new Array("<img src='common/Japanese_Spikewatcher.gif'>","SpikeWatcher_Japanese.htm","",0,18,210);
	Menu7_4=new Array("<img src='common/Japanese_Qarvision.gif'>","QarVision_Japanese.htm","",0,18,210);
	Menu7_5=new Array("<img src='common/Japanese_Custom.gif'>","Custom_Japanese.htm","",0,18,210);
//	Menu7_6=new Array("<img src='common/Japanese_Presentation.gif'>","javascript:OpenNewWindow('../j_c_pres/customer_presentation_japanese.htm');","",0,52);

Menu8=new Array("2 Places at Once","communication.htm","",0,21,115);

Menu9=new Array("Support","support.htm","",0,21,89);

}


