

emptyimage="transparent.gif";
showdelay=200;
hidedelay=800;

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=58;
height=20;
color="black";
coloron="#FF0000";
bgcolor="C9C9C7";
bgcoloron="#C9C9C7";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=0;
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#000000";
menuborderwidth=0;
menubordercolor="#000000";
separatorsize=0;
separatorcolor="#000000";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu0")){
width=58;
height=20;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/homeBar.jpg;imageon=images/homeBar_2.jpg;url=index.asp;");
}

with(new fxmenu("MainMenu")){
width=80;
height=17;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/sculpturesBar.jpg;imageon=images/sculpturesBar_2.jpg;url=sculptures.htm;");
}

with(new fxmenu("MainMenu4")){
width=98;
height=20;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/ethnicBar.jpg;imageon=images/ethnicBar_2.jpg;url=ethnic.htm;");
}


with(new fxmenu("MainMenu10")){
width=74;
height=18;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/jewBar.jpg;imageon=images/jewBar_2.jpg;url=jewellery.htm;");
}

with(new fxmenu("MainMenu20")){
width=93;
height=19;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/bar2.jpg;imageon=images/bar2_2.jpg;url=collectibles.htm;");
}

with(new fxmenu("MainMenu21")){
width=79;
height=17;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/bar1.jpg;imageon=images/bar1_2.jpg;url=enquiry.asp;");
}

with(new fxmenu("MainMenu5")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Enquiry;url=Enquiry.asp;");
}

buildMenus();
