/*
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.0);Alpha(style=0,opacity=100);"
}
else{
	effect = ""
}


timegap=100					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position
Frames_Top_Offset=0 		// Frames Page Adjustment for Top
Frames_Left_Offset=115		// Frames Page Adjustment for Left


plain_style=[				// Menu Properties Array
"white",						// Off Font Color
"black",					// Off Back Color
"ff0000",					// On Font Color
"black",					// On Back Color
"black",					// Border Color
11,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Arial",	// Font
4,							// Padding
"arrowapmf.gif"					// Sub Menu Image
,							// 3D Border & Separator
,"white"					// 3D High Color
,"white"					// 3D Low Color
,""				// Current Page Item Font Color (leave this blank to disable)
,""					// Current Page Item Background Color (leave this blank to disable)
,"arrowdnapmf.gif"				// Top Bar image (Leave this blank to disable)
,""				// Menu Header Font Color (Leave blank if headers are not needed)
,""
]








addmenu(menu=["oses",
,,80,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Email","mailto:info@midi.com.au?subject=Request&nbsp;Info",,,
,"Links","APMF/links.html target=main",,,

])

addmenu(menu=["midi",
,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Download Full Catalogue","http://www.hittrax.com.au/apmf_catalogue.pdf target=new",,,
,"Latest Releases","db/latestreleases.html target=new",,,
,"How to download","apmf/csfaq5.htm",,,

])

addmenu(menu=["service",
,,140,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"About Us","apmf/about_us.html",,,
,"How to place your order","show-menu=shopping",,, 
,"Song Formats","show-menu=files",,, 
,"About the Demos","show-menu=demos",,, 
,"How to Setup Browser","show-menu=software",,, 
,"Need Help","show-menu=faq",,, 
])

addmenu(menu=["shopping",
,,200,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Making a secure on-line order","apmf/csfaq2.htm",,,
,"Using a credit card","apmf/csshopping3.htm",,,
,"Reward Points - save 20%","apmf/csshopping1.htm",,,
,"Automated e-mail delivery","apmf/csshopping4.htm",,,
,"Salesman Name/Password","apmf/csfiles5.htm",,,
,"Refunds/Overcharging","apmf/csshopping5.htm",,,
,"Copyright","apmf/csshopping6.htm",,,
])

addmenu(menu=["faq",
,,200,1,"",plain_style,,"left",effect,,,,,,,,,,,,

//,"How soon is my order emailed to me?","apmf/csfaq3.htm",,,
//,"I've lost my password","apmf/csfaq4.htm",,,

,"How to contact support","apmf/csfaq7.htm",,,
,"Help!! I'm confused and require MIDI therapy","apmf/csfaq8.htm",,,
])

addmenu(menu=["files",
,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"MIDI files","apmf/csfiles1.htm",,,
,"What are ZIP files","apmf/csfiles2.htm",,,
,"CD MP3 & Minidisk","apmf/csfiles3.htm",,,
,"Lyrics: Policy","apmf/csfaq6.htm",,,
,"Vocal guides: Policy","apmf/csfiles4.htm",,,

])

addmenu(menu=["demos",
,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"Payment page","apmf/csshopping2.htm",,,
//,"Internet Explorer 6","apmf/cssoftware1.htm",,,
//,"Netscape","apmf/cssoftware2.htm",,,
,"Setup Demos Win98,ME","apmf/cssoftware3.htm",,,
,"Setup Demos WinXP","apmf/cssoftware4.htm",,,
])

addmenu(menu=["software",
,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"Payment page","apmf/csshopping2.htm",,,
,"IE 6","apmf/cssoftware1.htm",,,
,"Netscape","apmf/cssoftware2.htm",,,
//,"Setup in Win98,ME","apmf/cssoftware3.htm",,,
//,"Setup in WinXP","apmf/cssoftware4.htm",,,
])





dumpmenus()