<!-- Minus AutoDato -->
rootname="/"
timegap=500
followspeed=5
followrate=40
suboffset_top=-2;
suboffset_left=0;
effect = "slide(duration=0.1);Shadow(color='#777777', Direction=135, Strength=5)"
effect = "alpha(opacity=90, finishopacity=90, style=1, startx=0, starty=0, finishx=140, finishy=270)"


function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"ffffff",					// Off Back Color
"ffffff",					// On Font Color
"D1A962",					// On Back Color
"999999",					// Border Color
11,						// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Tahoma",					// Font
4,						// Padding
"/images/arrow.png",	// Sub Menu Image
0,						// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,						// Referer item Font Color (leave this blank to disable)
,						// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop2 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"000000",					// Off Back Color
"ffffcc",					// On Font Color
"3f458b",					// On Back Color
"999999",					// Border Color
1,						// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Tahoma",	// Font
1,							// Padding
"/arrow1.png",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]



menu1=[					// This is the array that contains your menu properties and details
,					// Top
,					// left
160,					// Width
,					// Border Width
"left",					// Screen Position - here you can use "center;middle;right"
prop1,					// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"left",					// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
0, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use

"Home",rootname+"ftpl.htm",,,0,
"Onsite Welding & Machining","show-menu2",,,0,
"Welding & Cutting Automation","show-menu3",,,0,
"News","show-menu4",,,0,
"Contact",rootname+"contact.htm",,,
]

//On - Site Machining
menu2=[
,,220,1,"",prop1,,"left",effect,,,,,,,
"Portable Machine Tools","show-menu5",,,,
"Laser Dimensional Survey","show-menu7",,,,
"Turnkey Onsite Machining ","show-menu8",,,
]

//Welding & cuttingAutomation
menu3=[
,,300,1,"",prop1,,"left",effect,,,,,,,
"Magnetic Pulse Welding ",rootname+"mpw_wad.htm",,,,
"Hard Welding  Automation",rootname+"cbprwl_wad.htm",,,,
"CNC Gas, Plasma Cutting",rootname+"cgpwjcs_cad.htm",,,,
"CNC  Water Jet Cutting",rootname+"cgpwjcs_cad.htm",,,,
"Robotic Welding and Cutting",rootname+"rwcs_cad.htm",,,
]

//News
menu4=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"1st Edition",rootname+"images/news1.pdf",,,,
"2nd Year Anniversary Issue",rootname+"images/news2.pdf",,,
]

//Portable Machine Tools
menu5=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Climax",rootname+"c_pmt.htm",,,,
"Magbroch",rootname+"m_pmt.htm",,,,
"DWT Babcock",rootname+"d_pmt.htm",,,
]

//Rental Depot for Portable Machine Tools
menu6=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Climax",rootname+"c_rdpmt.htm",,,,
"Magbroch",rootname+"m_rdpmt.htm",,,,
"DWT Babcock",rootname+"d_rdpmt.htm",,,
]

//Dimensional Survey using Laser Equipment
menu7=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"Hamar Laser",rootname+"hl_dsule.htm",,,,
"FARO Laser Tracking",rootname+"f_dsule.htm",,,
]

//Turnkey Large Scale Onsite Machining
menu8=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"SLMI",rootname+"s_tlsom.htm",,,,
"CLIMAX",rootname+"c_tlsom.htm",,,
]

