<!--
function loadMenus() {
	window.myMenu1 = new Menu("root",180,17,"MS UI Gothic, Osaka",10,"#333333","#ffffff","#E5E6E4","#ABA2AA");
	myMenu1.addMenuItem("ウェブデザイン", "location='http://www.dc-net.com/service/webdesign/index.html'");
	myMenu1.addMenuItem("グラフィックスデザイン", "location='http://www.dc-net.com/service/graphics/index.html'");
	myMenu1.addMenuItem("マルチメディア", "location='http://www.dc-net.com/service/multimedia/index.html'");
	myMenu1.addMenuItem("3DCG", "location='http://www.dc-net.com/service/3dcg/index.html'");

	window.myMenu2 = new Menu("root",156,17,"MS UI Gothic, Osaka",10,"#333333","#FF3333","#E5E6E4","#E5E6E4");
	myMenu2.addMenuItem("TEMPLATE制作中", "location='#'");
	myMenu2.addMenuItem("----------", "location='#'");
	myMenu2.addMenuItem("----------", "location='#'");
	myMenu2.writeMenus();
}
//-->