between=28 //The pixel between the menus and the submenus
mainheight=25 //The height of mainmenus
subheight=22 //The height of submenus
pxspeed=13 //The pixel speed of animation
timspeed=15 //The timer speed of animation
menuy=80 //The top placement of menu
menux=2 //The left placement of menu
//Images
level0_regular="/images/level0_regular.gif"
level0_round="/images/level0_round.gif"
level1_regular="/images/level1_regular.gif"
level1_round="/images/level1_round.gif"
level1_sub="/images/level1_sub.gif"
level1_sub_round="/images/level1_sub_round.gif"
level1_round2="/images/level1_round2.gif"
level2_regular="/images/level2_regular.gif"
level2_round="/images/level2_round.gif"

//Leave this line
preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)


//There are 3 different types of menus you can make
//top = Main menus
//sub = Sub menus
//sub2 = SubSub menus

//You control the look of the menus in the stylesheet

//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')

//Menu 0 
makeMenu('top','Introduction')
	makeMenu('sub','Home page','http://www.uksecurewebhosting.net/index.html')
	makeMenu('sub','About us','http://www.uksecurewebhosting.net/about_us.html')

//Menu 1
makeMenu('top','Web Hosting')
	makeMenu('sub','Plans & Prices','http://www.uksecurewebhosting.net/plans_prices.html')
	makeMenu('sub','Features', 'http://www.uksecurewebhosting.net/features.html')
//	makeMenu('sub2','Control Panel','http://www.uksecurewebhosting.net/control_panel.html')
	makeMenu('sub','Technology', 'http://www.uksecurewebhosting.net/technology.html')
	makeMenu('sub','Who We Host','http://www.uksecurewebhosting.net/hosting_customers.html')
//	makeMenu('sub','Renew Hosting','https://ssl.uksecurewebhosting.net/renewal/emform.php?form=2')
	makeMenu('sub','Renew Hosting','http://www.uksecurewebhosting.net/hosting-renewal.html')

//Menu 2    
makeMenu('top','Domain Names')
  makeMenu('sub','Search for names','http://www.uksecurewebhosting.net/whois.html')
  makeMenu('sub','Prices','http://www.uksecurewebhosting.net/prices_domains.html')
  makeMenu('sub','FAQs','http://www.uksecurewebhosting.net/faq/domain_names/')
//Menu 3
makeMenu('top','Control Panel')
  makeMenu('sub','Control Panel info','http://www.uksecurewebhosting.net/control_panel.html')
  makeMenu('sub','Demo','http://www.uksecurewebhosting.net/demo_cpanel.html')
  makeMenu('sub','Online Help','http://www.uksecurewebhosting.net/services/support/controlpanel/index.htm')

//Menu 4  
makeMenu('top','Support & FAQs')
  makeMenu('sub','Free Support','http://www.uksecurewebhosting.net/free_support.html')
  //makeMenu('sub','Request Support','http://www.uksecurewebhosting.net/support/cgi-bin/pdesk.cgi')
  makeMenu('sub','FAQs','http://www.uksecurewebhosting.net/faq/support/index.php')

//Menu 5
makeMenu('top','Sign Up!', 'http://www.uksecurewebhosting.net/whois.html')
  
//Menu 6
makeMenu('top','Renewals')
	makeMenu('sub','Renew Domains','http://www.uksecurewebhosting.net/domain-renewal.html')
    makeMenu('sub','Renew Web Hosting','http://www.uksecurewebhosting.net/hosting-renewal.html')

//Menu 7
makeMenu('top','Website Templates', 'http://www.uksecurewebhosting.net/templates.html')

//Menu 8
makeMenu('top','Resources', 'http://www.uksecurewebhosting.net/resources.html')
  
//Menu 9  
makeMenu('top','Contact Us', 'http://www.uksecurewebhosting.net/contact_us.html')

//Starting the menu
onload=SlideMenuInit;
