

/*

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=5               // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

menuheight=20;

onbgcolor="#e23d2f";

oncolor="#ffffff";

offbgcolor="#e6cccd";

offcolor="#000000";

bordercolor="#296488";

borderstyle="solid";

borderwidth=0;

separatorcolor="#2D729D";

separatorsize="0";

padding=5;

fontsize="10";

fontstyle="normal";

fontfamily="Arial";

pagecolor="BLACK";

pagebgcolor="#fd7d18";

headercolor="#FFFFFF";

headerbgcolor="";

subimage="";



subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

//outfilter="randomdissolve(duration=0.3)";

}



with(menuStyle2=new mm_style()){

menuheight=20;

onbgcolor="#e23d2f";

oncolor="#ffffff";

offbgcolor="#e6cccd";

offcolor="#000000";

bordercolor="#296488";

borderstyle="solid";

borderwidth=0;

separatorcolor="#ffffff";

separatorsize="2";

padding=5;

margin=10;

fontsize="10";

fontstyle="normal";

fontfamily="Arial";

pagecolor="#000000";

pagebgcolor="#e6cccd";

headercolor="#FFFFFF";

headerbgcolor="";

subimage="";

itemwidth ="150";



subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=80);";

//outfilter="randomdissolve(duration=0.3)";

}



with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=221;

if (navigator.appName == "Netscape")

{



	if (window.innerWidth < 800)

	{

	left=0;	

	}

	else

	{

	left=(window.innerWidth -800)/2-3;

	left="offset=-82"; 

	screenposition="center;";

	}

}

if (navigator.appName == "Microsoft Internet Explorer")

{

	if (document.body.offsetWidth < 800)

	{

	left=0;	

	}

	else

	{

	left=(document.body.offsetWidth-800)/2;

	left="offset=-78"; 

	screenposition="center;";

	}

}

alwaysvisible=1;

orientation="horizontal";

aI("image=images/space2.jpg;");

aI("text=;url=index.htm;status=Home Page;image=images/home.jpg;overimage=images/home-2.jpg;");

aI("text=;status=Services;showmenu=services;image=images/services.jpg;overimage=images/services-2.jpg;");

aI("text=;url=ftp://165.228.191.245;status=FTP;image=images/ftp.jpg;overimage=images/ftp-2.jpg;");

aI("text=;url=contact.htm;status=Contact Us;image=images/contactus.jpg;overimage=images/contactus-2.jpg;");


}

with(milonic=new menuname("services")){

style=menuStyle2; 

overflow="scroll";

postion="relative";

left="offset=+40";

top="offset=-2";

aI("");

aI("text=Folding;url=folding.htm;");

aI("text=Inserting;url=inserting.htm;");

aI("text=Plastic Wrapping;url=wrapping.htm;");

aI("text=Data Management;url=data.htm;");

aI("text=Digital Copying;url=copying.htm;");

aI("text=Mailing List;url=mailing.htm;");

aI("text=Laser Printing;url=laser.htm;");

aI("text=Ink Jet Addressing;url=inkjet.htm;");

aI("text=Envelope Supply and Overprinting;url=envelop.htm;");

aI("");

}



drawMenus();


