// Pauntley Prints menu definitions
// $Id:$

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=200;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(PPmstyle=new mm_style()){
bordercolor="#000000";
headerbgcolor="#ffffff";
headercolor="#000000";
oncolor="red";
onbgcolor="white";
offcolor="black";
offbgcolor="white";
pagecolor="black";
pagebgcolor="white";
separatorcolor="black";
borderstyle="solid";
borderwidth=1;
separatorsize=1;
fontfamily="Arial, Helvetica, Verdana, Tahoma, sans-serif";
fontsize="10px";
fontweight="bold";
padding=5;
onclass="mmpadding";
offclass="mmpadding";
image="/images/blackwhite.gif";
imagepadding=5;
subimage="/images/arrow_down.gif";
subimagepadding=2;
itemwidth=170;
}


with(milonic=new menuname("main menu")){
alwaysvisible=1;
left=7;
top=70;
orientation="horizontal";
style=PPmstyle;
aI("itemwidth=75;status=Back To Home Page;text=home;url=/");
aI("showmenu=Services;text=printing services");
aI("showmenu=Prints;text=fine art prints");
aI("showmenu=Trade;text=trade customers");
aI("showmenu=About;status=Contact Information;text=about us;");
}


with(milonic=new menuname("Prints")){
overflow="scroll";
style=PPmstyle;
aI("text=general information;url=/fine-art-prints/")
aI("text=gallery;url=/artists/;")
aI("text=ordering;url=/fine-art-prints/ordering.html;");
aI("text=about gicl&eacute;e printing;url=/info/about-giclee.html")
aI("text=about the media we use;url=/info/media-info.html")
aI("text=care instructions;url=/fine-art-prints/care-instructions.html")
aI("text=slideshow;url=/fine-art-prints/slideshow.html")
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=PPmstyle;
aI("text=general information;url=/printing-services/;")
aI("text=stretched canvas prints;url=/printing-services/stretched-canvas-prints.html;")
aI("text=scanning;url=/printing-services/scanning.html;")
aI("text=working from digital files;url=/printing-services/digital-image-files.html;")
aI("text=sending digital images;url=/printing-services/sending-digital-images.html;")
aI("text=proofing;url=/printing-services/proofing.html;")
aI("text=papers and other media;url=/printing-services/paper-media.html;")
aI("text=presentation and packaging;url=/printing-services/finishing.html;")
aI("text=price list;url=/printing-services/pricelist.html;")
aI("text=price list (pdf version);url=/printing-services/pricelist.pdf;image=/images/pdf.gif;")
}

with(milonic=new menuname("Trade")){
overflow="scroll";
style=PPmstyle;
aI("text=general information;url=/trade/")
aI("text=pdf forms;url=/trade/pdf-forms.html;")
aI("image=/images/pdf.gif;text=account application;url=/trade/account-application.pdf;")
aI("image=/images/pdf.gif;text=terms and conditions;url=/info/terms-and-conditions.pdf;")
aI("image=/images/pdf.gif;text=order form;url=/info/order-form.pdf;")
}

with(milonic=new menuname("About")){
overflow="scroll";
style=PPmstyle;
aI("text=who we are;url=/info/;")
aI("text=ordering;url=/fine-art-prints/ordering.html;");
aI("text=feedback;url=/info/feedback.html;")
//aI("text=information for artists;url=/info/artist-info.html;")
}

drawMenus();

