
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  *******
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



drawMenus();




function Vsrc(){window.location="view-source:"+window.location.href}

with(contextStyle=new mm_style)
{
     onbgcolor="#313131";
       oncolor="#FFFFFF";
    offbgcolor="#ffffff";
      offcolor="#000000";
   bordercolor="#999999";
   borderstyle="solid";
   borderwidth=1
    overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=3)"
     pagecolor="";
   pagebgcolor="#eeeeee";
    pageborder="1px solid #ffffff";
    pageimage="";
      onborder="1px solid #316AC5";
separatorcolor="#999999";
     outfilter="randomdissolve(duration=0.4)"
      fontsize="75%";
     fontstyle="normal";
    fontfamily="arial, verdana, tahoma";
 separatorsize=0;
       padding=3
 headerbgcolor="#313131";
   headercolor="#ffffff";
  headerborder="1px solid #000000";
      fontsize="10px";
      subimage="img/n.gif";
if(!mac)onborder="1px solid #000000";
}



with(milonic=new menuname("contextMenu")){
top="offset=2"
style = contextStyle;
margin=3
aI("text=HOME PAGE;url=?p=0;");
aI("text=KARVAN;showmenu=karvan;");
aI("text=SEASON;showmenu=movsum;");
aI("text=STADIUM;showmenu=stadion;");
aI("text=MULTIMEDIYA;showmenu=multime;");
aI("text=CONTACTS;;showmenu=elaqe;");

}

with(milonic=new menuname("karvan")){
style = contextStyle;
margin=3
overflow="scroll";
itemwidth=100;
aI("text=KARVAN;type=header;align=center");aI("text=ABOUT;url=?p=1&t=1&lg=en;");aI("text=PLAYERS;url=?p=1&t=2&lg=en;");aI("text=COACHES;url=?p=1&t=3&lg=en;");aI("text=CLUB MANAGEMENT;url=?p=1&t=4&lg=en;");aI("text=FUN CLUB;url=?p=1&t=5&lg=en;"); aI("text=TRANSFER;url=?p=1&t=6&lg=en;");;};


with(milonic=new menuname("movsum")){
style = contextStyle;
margin=3
overflow="scroll";
itemwidth=100;
aI("text=SEASON;type=header;align=center");aI("text=CHAMPIONSHIP;url=?p=2&t=1&lg=en;");aI("text=CUP;url=?p=2&t=2&lg=en;");aI("text=FIXTURE;url=?p=2&t=3&lg=en;");aI("text=GOALS;url=?p=2&t=4&lg=en;");aI("text=CHILDREN'S FOOTBALL;url=?p=2&t=5&lg=en;");};

with(milonic=new menuname("stadion")){
style = contextStyle;
margin=3
overflow="scroll";
itemwidth=100;
aI("text=STADIUM;type=header;align=center");aI("text=ABOUT;url=?p=3&t=1&lg=en;");aI("text=PHOTOES;url=?p=3&t=2&lg=en;");aI("text=BOOKING;url=?p=3&t=3&lg=en;");};

with(milonic=new menuname("multime")){
style = contextStyle;
margin=3
overflow="scroll";
itemwidth=100;
aI("text=MULTIMEDIA;type=header;align=center");aI("text=VIDEO;url=?p=4&t=1&lg=en;");aI("text=WALLPAPERS;url=?p=4&t=2&lg=en;");aI("text=PHOTOES;url=?p=4&t=3&lg=en;");};

with(milonic=new menuname("elaqe")){
style = contextStyle;
margin=3
overflow="scroll";
itemwidth=100;
aI("text=CONTACTS;type=header;align=center");aI("text=LOCATION;url=?p=5&t=1&lg=en;;");aI("text=SEND E-MAIL;url=?p=5&t=2&lg=en;;");};

drawMenus()

