function createjsDOMenu() {
absoluteMenu1 = new jsDOMenu(170, "static", "staticMenu", true);
  with (absoluteMenu1) {
    
  
	
	addMenuItem(new menuItem("Home", "hm", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
	addMenuItem(new menuItem("-"));
addMenuItem(new menuItem("Technology Zone", "tech", "code:function loadFrame(URL){parent.myiframe.location.href=URL;}loadFrame('http://www.google.co.uk');"));
	addMenuItem(new menuItem("-"));
	addMenuItem(new menuItem("Opportunities Zone", "ops", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
	addMenuItem(new menuItem("-", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
	addMenuItem(new menuItem("Commercial Zone", "com", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
	addMenuItem(new menuItem("-", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
	addMenuItem(new menuItem("Vision Zone", "vis", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
		moveTo(10, 280);
    show();
  }
  
  absoluteMenu1_1 = new jsDOMenu(130, "absolute");
  with (absoluteMenu1_1) {
    addMenuItem(new menuItem("Contact Us", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
addMenuItem(new menuItem("-", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
addMenuItem(new menuItem("News", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
addMenuItem(new menuItem("-", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
addMenuItem(new menuItem("About", "", "code:function loadFrame(URL){parent.mainFrame.location.href=URL;}loadFrame('');"));
  

    

  }
  absoluteMenu1.items.hm.setSubMenu(absoluteMenu1_1);

}
