<!-- 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
130,					// 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,
"On - Site Welding","show-menu3",,,0,
"On - Site Machining","show-menu2",,,0,
"Special Process","show-menu5",,,0,
"News","show-menu4",,,0,
"Contact",rootname+"contact.htm",,,
]

//On - Site Welding
menu2=[
,,165,1,"",prop1,,"left",effect,,,,,,,
"Large Scale Onsite Machining",rootname+"s_tlsom.htm",,,,
"Portable Machine Tools",rootname+"c_pmt.htm",,,,
"On-site Hole Cutting",rootname+"m_pmt.htm",,,
]

//On - Site Machining
menu3=[
,,165,1,"",prop1,,"left",effect,,,,,,,
"On - Site Refurbishment",rootname+"rwcs_cad.htm",,,,
"On - Site Weld Overlay",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",,,,
"4nd Year Anniversary Issue",rootname+"images/news4.pdf",,,
]

//Special Process
menu5=[
,,165,1,"",prop1,,"left",effect,,,,,,,
"Magnetic Pulse Welding ",rootname+"mpw_wad.htm",,,,
"On - Site Welding",rootname+"rwcs_cad.htm",,,
]


