			if (TransMenu.isSupported()) {

				TransMenu.updateImgPath('../images/');

				var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);

				TransMenu.subpad_x = 0;

				TransMenu.subpad_y = 0;



			

				document.getElementById("menu1").onmouseover = function() {

					ms.hideCurrent();

				}

				

				document.getElementById("menu31").onmouseover = function() {

					ms.hideCurrent();

				}

				var tmenu35 = ms.addMenu(document.getElementById("menu35"));

tmenu35.addItem("Indian Corporates", "../corporate-banking/index.php?id=4", 0, 0);

tmenu35.addItem("Trade Finance", "../corporate-banking/trade-finance.php?id=4", 0, 0);

//tmenu35.addItem("Non-Indian Corporates", "../corporate-banking/non-indian-corporates.php?id=4", 0, 0);

tmenu35.addItem("Credit Services", "#", 0, 0);

var tmenu38 = tmenu35.addMenu(tmenu35.items[2]);

tmenu38.addItem("Suppliers Credit", "../corporate-banking/suppliers-credit.php?id=4", 0, 0);

tmenu38.addItem("Buyers Credit", "../corporate-banking/buyers-credit.php?id=4", 0, 0);

tmenu35.addItem("Loan Services", "#", 0, 0);

var tmenu39 = tmenu35.addMenu(tmenu35.items[3]);

tmenu39.addItem("Term Loan", "../corporate-banking/term-loan.php?id=4", 0, 0);

tmenu39.addItem("Loan Syndication", "../corporate-banking/syndicate-loan.php?id=4", 0, 0);



tmenu35.addItem("Project Finance", "../corporate-banking/project-finance.php?id=4", 0, 0);

tmenu35.addItem("Other Services", "../corporate-banking/other-services.php?id=4", 0, 0);

var tmenu46 = ms.addMenu(document.getElementById("menu46"));

tmenu46.addItem("Key Commitment to <br>Customers", "../customer-care/customers.php?id=5", 0, 0);

tmenu46.addItem("Other Policies", "../customer-care/Other-Policies.php?id=5", 0, 0);

tmenu46.addItem("Complaint Form", "../customer-care/complaint-form.php?id=5", 0, 0);

tmenu46.addItem("Solicitation Policy", "../customer-care/financial-products.php?id=5", 0, 0);

//tmenu46.addItem("Other Services", "../correspondent-banking/other-services.php?id=5", 0, 0);

var tmenu52 = ms.addMenu(document.getElementById("menu52"));

tmenu52.addItem("Deposit Products", "../personal-banking/deposit.php?id=6", 0, 0);

tmenu52.addItem("Remittance", "#", 0, 0);

var tmenu55 = tmenu52.addMenu(tmenu52.items[1]);

tmenu55.addItem("Remittance Tokyo", "../personal-banking/tokyo.php?id=6", 0, 0);

tmenu55.addItem("Remittance Osaka", "../personal-banking/osaka.php?id=6", 0, 0);

//tmenu55.addItem("Overseas Remittance", "../personal-banking/overseas-remittance.php?id=6", 0, 0);

//tmenu52.addItem("Account Info Change Request", "../personal-banking/change-request.php?id=6", 0, 0);

var tmenu60 = ms.addMenu(document.getElementById("menu60"));

tmenu60.addItem("Contact List", "../contact-us/contact-list.php?id=7", 0, 0);

tmenu60.addItem("Location Map Tokyo", "../contact-us/map-tokyo.php?id=7", 0, 0);

tmenu60.addItem("Location Map Osaka", "../contact-us/map-osaka.php?id=7", 0, 0);

//tmenu60.addItem("Holiday List", "../contact-us/holiday-list.php?id=7", 0, 0);

//tmenu60.addItem("Feedback", "../contact-us/feedback.php?id=7", 0, 0);

//var tmenu62 = ms.addMenu(document.getElementById("menu62"));

//tmenu62.addItem("Corporate news", "../news/corporate-news.php", 0, 0);

//tmenu62.addItem("Special News", "../news/special-news.php", 0, 0);

//var tmenu63 = ms.addMenu(document.getElementById("menu63"));

//tmenu63.addItem("Account opening form", "../downloads/", 0, 0);

//tmenu63.addItem("Deposit form", "../downloads/", 0, 0);

//tmenu63.addItem("Remittance Form", "../downloads/", 0, 0);

//tmenu63.addItem("Inquery form", "../downloads/", 0, 0);







				document.getElementById("menu61").onmouseover = function() {

					ms.hideCurrent();

				}

				

				TransMenu.renderAll();

			}

			init1=function(){TransMenu.initialize();}

			if (window.attachEvent) {

				window.attachEvent("onload", init1);

			}else{

				TransMenu.initialize();			

			}

			
