<!--
timegap=400;
followspeed=5;
followrate=40;
suboffset_top=15;
suboffset_left=35;


if(navigator.appVersion.indexOf("MSIE 6.0")>0){
//	effect = "fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
//	effect = "stretch(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
//	effect = "wipe(duration=0.2);Alpha(style=1,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
	effect = "randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


prop1=[						// prop1 is an array of properties for the main nav bar
"c0c0c0",					// Off Font Color
"dcfaff",					// Off Back Color
"ffffff",					// On Font Color
"dcfaff",					// On Back Color
"111111",					// Border Color
8,							// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"Tahoma,Verdana,Trebuchet MS,sans-serif",	// Font
0,							// Padding
"",         				// Sub Menu Image (Leave blank if not needed) --> pics/tri.gif
0,							// 3D Border & Separator
"888888",					// 3D High Color
"111111",					// 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 for the main nav bar
"0000a0",					// Off Font Color
"cceaef",					// Off Back Color
"ffffff",					// On Font Color
"000080",					// On Back Color
"111111",					// Border Color
8,							// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"Tahoma,Verdana,Trebuchet MS,sans-serif",	// Font
4,							// Padding
"",         				// Sub Menu Image (Leave blank if not needed) --> pics/tri.gif
2,							// 3D Border & Separator
"888888",					// 3D High Color
"111111",					// 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
152, 						// Top
0,							// Left
0,	    					// Width  *** only when using TEXT as menu item; when JPG, set to ZERO ***
0,							// Border Width
"left",						// Screen Position - here you can use "center;left;right;middle;top;bottom"
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
, 							// 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
"right",					// Position of sub image left:center:right:middle:top:bottom
1,							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use

// Acentos não são reconhecidos aqui no VB.NET. Usar exemplo &Aacute;

// "Description Text", "URL", "Alternate URL", "Status Bar", "Separator Bar"
"<img src='../pics/2b_e.gif' border='0' alt='Home'>",	"default.asp"	  		,,"Home",1,
"<img src='../pics/2c_e.gif' border='0' alt='Some of our history'>",	"company.asp"	    	,,"Some of our history",1,
"<img src='../pics/2d_e.gif' border='0' alt='Services offered'>",	"services.asp"	    ,,"Services offered",1,
"<img src='../pics/2e_e.gif' border='0' alt='Products we manufacture and/or develop'>",	"products.asp"	   	,,"Products we manufacture and/or develop",1,
"<img src='../pics/2f_e.gif' border='0' alt='Our quality statements'>",	"show-menu2"		  	,,"Our quality statements",1,
//"<img src='../pics/2g_e.gif' border='0' alt='Certifications'>",	"certifications.asp"	,,"Certifications",1,
"<img src='../pics/2h_e.gif' border='0' alt='Our team'>",	"team.asp"			    ,,"Our team",1,
"<img src='../pics/2j_e.gif' border='0' alt='How to get to Prec-Tech'>",	"location.asp"	   	,,"How to get to Prec-Tech",1,
//"<img src='../pics/2i_e.gif' border='0' alt='Your link to us'>",	"talk.asp"	    		,,"Your link to us",1
"<img src='../pics/2l_e.gif' border='0' alt='Your link to us'>",	"talk.asp"	    		,,"Your link to us",1,
"<img src='../pics/2m_e.gif' border='0' alt='Technical standards'>",	"links_norms.asp"	 	,,"Technical standards",1,
"<img src='../pics/2k_e.gif' border='0' alt='Various interesting links'>",  "show-menu3"	    	,,"Various interesting links",1,
"<img src='../pics/2n_e.gif' border='0' alt='Add Prec-Tech to my Favorites'>",	"javascript:window.external.AddFavorite('http://www.prectech.com.br','Prec-Tech - Screws and Special Parts')"	 	,,"Add Prec-Tech to my Favorites",1
]

menu2=[                         // Sub-menu
,,180,1,,prop2,,"left",effect,,,,,,,
"&nbsp;LABS",                   "lab.asp"	                                                              ,,"Our Lab",1,
"&nbsp;TESTINGS",               "testing.asp"	                                                          ,,"Testings",1,
"&nbsp;CERTIFICATIONS",         "certifications.asp"                                                    ,,"Certifications Prec-Tech",1
]

menu3=[                         // Sub-menu
,,180,1,,prop2,,"left",effect,,,,,,,
"&nbsp;STREET MAPS",            "http://www.apontador.com.br/bussola/bussola.php target=_blank"	        ,,"Street maps",1,
"&nbsp;BRAZILIAN ZIP CODES",    "http://www.correios.com.br/servicos/cep/cep_default.cfm target=_blank"	,,"Zip codes for brazilian streets and cities",1,
"&nbsp;LAST NEWS",              "news.asp"                                                              ,,"Last minute news, portuguese only",1,
"&nbsp;PUBLIC UTILITY",         "links_public.asp"	                                                    ,,"Public utilities links",1,
"&nbsp;IMPORTANT LINKS",        "links_imp.asp"	                                                        ,,"Various interesting links",1
]


//-->