/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 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)}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=85);Shadow(color='#777777', Direction=135, Strength=2)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=2)" // Stop IE5.5 bug when using more than one filter
}

timegap=500		
followspeed=5	
followrate=40	
suboffset_top=10;	
suboffset_left=10;	

style1=[	
"003366","EEEEEE","FFFFFF","999999","666666",10,	
"normal","bold",	"Verdana",1,
"arrow.gif",,
"6699cc","336699","999999","FFFFCC","arrowdn.gif",
"ffffff","000099",
]

addmenu(menu=["mainmenu",10,50,,1,,style1,1,"left",effect,,1,,,,,,,,,,,"&nbsp;Menu&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Main",,"",1])

	addmenu(menu=["Main",
	,,140,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=images/main.gif border=0>&nbsp;Home","http://www.tomchi.com/index.htm",,,0
	,"<img src=images/contact.gif border=0>&nbsp;Contact","http://www.tomchi.com/contact.htm",,,0
	,"<img src=images/guestbook.gif border=0>&nbsp;Guestbook","http://pub43.bravenet.com/guestbook/show.php?usernum=3685253101&cpv=1",,,0
	,"<img src=images/music.gif border=0>&nbsp;Music","http://www.tomchi.com/music.htm",,,0
	,"<img src=images/port.gif border=0>&nbsp;Portfolio","http://www.tomchi.com/portfolio.htm",,,0
	,"<img src=images/photos.gif border=0>&nbsp;Photographs","http://www.tomchi.com/photos/index.htm",,,0
	,"<img src=images/store.gif border=0>&nbsp;Store","http://www.tomchi.com/store.htm",,,0
	])	

dumpmenus()