
datum = new Date();


/* --- menu items --- */
var MENU_ITEMS1 =
[
	['MAIN PAGE', 'index.asp', '',
	],
	['ABOUT US', null, '',
		['Introductory Greeting', rootdir+'sambutan.asp?l=1', '',
		],
		['Histories', rootdir+'sejarah.asp?l=1', '',
		],
		['Structure Of Organization', rootdir+'struktur.asp?l=1', '',
		],

	],
	['FACILITIES', 'fasilitas.asp?l=1', '',

	],
	['PRODUCTS', null, '',
		['Reputation', rootdir+'custlist.asp?l=1', '',
		],
		['High Quality Products', rootdir+'produk.asp?l=1', '',
		],
		['ISO', rootdir+'iso.asp?l=1', '',
		],
	
	
//		['', null, '',
//		],
//		['', null, '',
//		],
//		['', null, '',
//		],
	],
	['CUSTOMER RELATION', null, '',
		['Appointment Maker ', rootdir+'app.asp?l=1', ''],
		['Customers` Page', rootdir+'custlogin.asp?l=1', '',],
	],
	['CONTACT US', null, '',
		['Our Building', rootdir+'kantor.asp?l=1', ''],
		['Contact Us By email', rootdir+'contactus.asp?l=1', ''],
		['Contact Us By Phone', rootdir+'telpon.asp?l=1', ''],
                ['Webmaster', 'mailto:webmaster@foundrydaba.com', ''],
                ['Admin', 'admin.asp', ''],
	],
	
];


