timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.4);Shadow(color='#ffffff', Direction=135, Strength=5)"

effbold = "strong"


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
"000fff",					// On Font Color
"ffffff",					// On Back Color
"ffffff",					// Border Color
17,							// Font Size
"small",					// Font Style 
"small",					// Font Weight
"arial,Georgia,Verdana,Tahoma,Helvetica",	// Font
2,							// Padding
"arrow.gif",				            // Sub Menu Image
"000000",							// 3D Border & Separator
"000000",					// 3D High Color
"000000",					// 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
415,					// Top
20,					// left
150,					// Width
0,					// Border Width
"center",			// 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
1, 					// 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
"<li>Company</li>","show-menu7",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"<li>Products</li>","show-menu2",,"#",1,
"<li>Images</li>","show-menu4",,"#",1,
"<li>Services</li>","show-menu5",,"#",1,
"<li>Site map</li>","SMAPGO.HTM",,"#",1
]

menu7=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"<small>We Believe</small>","webelieve.htm",,,1,
"<small>History</small>","history.htm",,,1,
"<small>Contact</small>","contactinfo.htm",,,1
//"Porn","show-menu3",,,1,
//"Web Cam Now","http://www.webcamnow.com",,,1
]


menu2=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"<small>Commercial Products</small>","commercialp.htm",,,1,
"<small>Residential Products</small>","residentialp.htm",,,1,
"<small>Custom Products</small>","customp.htm",,,1
]

	menu3=[
	,,120,1,"",prop1,,"left",effect,,,,,,,
	"XNXX","http://www.xnxx.com",,,1,
	"Ampland Movies","http://www.amplandmovies.com",,,1
	]

menu4=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Commercial Images","commerciali.htm",,,1,
"Residential Images","residentiali.htm",,,1,
"Custom Images","customi.htm",,1,
]

menu5=[,,120,1,,prop1,0,"left",effect,0,,,,,,
"CNC Fabrication","cncfabrication.htm",,,1,
"CAD Design","caddesign.htm",,,1
]

menu6=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Site Map", "smapgo.htm",,,1
]


