// preload universal images
if (browser) {
	Solutions_off = new Image;
	Solutions_off.src = "images/default/chungtoi_bt1.gif";
	Solutions_on = new Image;
	Solutions_on.src = "images/default/chungtoi_bt2.gif";
}

function putImage(imgDocID,imgObjName) {
	if (browser) {
        document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}
//Specials for KienVang
menunum=0;menus=new Array();_d=document;function
addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";;_d.write(mt)}


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=100					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=3;			// Sub menu offset Top position 
suboffset_left=5;			// Sub menu offset Left position


style1=[					// Menu Properties Array
"000000",					// Off Font Color
"FFF315",					// Off Back Color
"ffffff",					// On Font Color
"000000",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana",					// Font
3,							// Padding
//"http://www.lucent.com/javascript/arrow.gif",	// SubMenu Image
0,						// 3D Border & Separator
"ffffff",					// 3D High Color
"000000"					// 3D Low Color
]

addmenu(menu=["solutions",(_top_margin_menu_main+_top_margin_menu),(_left_margin_menu_main+_left_margin_menu),110,1,"",style1,,,,,,,,,,,,,,,
,"Ch&uacute;ng t&ocirc;i l&agrave; ai ?","who.php","/","Chung toi la ai?",1
,"Ch&uacute;ng t&ocirc;i &#7903; &#273;&acirc;u ?","where.php","/","Chung toi o dau?",1
,"Ch&uacute;ng t&ocirc;i l&agrave;m g&igrave; ?","what.php","/","Chung toi lam gi?",1
])
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
