function Declare_bMenu(o){with(o){

zIndex=1
APC=1
waitDelay=4000
hideDelay=400

// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'#999999', bgImage:0, width:0,  marginH:1, marginV:1, opacity:100, filterIE:'blendTrans(duration=0.4)'}
globalItem={fontClass:'alFont', fontClassOver:'alFontOv', bgColor:0, bgColorOver:'#666666', bgImage:0, bgImageOver:0, height:0, align:'left', alignOver:'left', valign:'middle', valignOver:'middle', borderClass:0, borderClassOver:0, cursor:'default'}

// Wzory indywidualne dla paneli
// brak

// Wzory indywidualne dla pozycji
var zprawej={align:'right', alignOver:'right'}
var nasrodku={align:'center', alignOver:'center'}
var separator={bgColorOver:0}
var cprt={bgColorOver:0, align:'center', alignOver:'center', fontClass:'alFontOv'}

//------------------------------

// Deklaracja struktury menu

 with(Panel('Panel2')){
  Item("http://www.prosyn.co.uk/it_portfolio/it_portfolio.html",'IT Portfolio Home')
  Item("http://www.prosyn.co.uk/it_portfolio/adsl_network_instalation.html",'ADSL Network Installation')
  Item("http://www.prosyn.co.uk/it_portfolio/wireless_network_instalation.html",'Wireless Network Installation')
  Item("http://www.prosyn.co.uk/it_portfolio/business_network_instalation.html",'Business Network Installation')
  Item("http://www.prosyn.co.uk/it_portfolio/complete_virus_removal.html",'Complete Virus Removal')
  Item("http://www.prosyn.co.uk/it_portfolio/backup_solutions.html",'Backup Solutions')
  Item("http://www.prosyn.co.uk/it_portfolio/pc_and_laptop_repairs.html",'PCs and Laptop Repairs')
  Item("http://www.prosyn.co.uk/it_portfolio/pc_upgrades_and_overhauls.html",'PC Upgrades And Overhauls')
  Item("http://www.prosyn.co.uk/it_portfolio/complete_pacages.html",'Complete Packages')
 }

 with(Panel('Panel3')){
//  Item("http://www.prosyn.co.uk/home_portfoliobathrooms.html",'Bathrooms')
  Item("http://www.prosyn.co.uk/home_portfolio/airconditioning_systems.html",'Airconditioning Systems')
  Item("http://www.prosyn.co.uk/home_portfolio/building_maintenance.html",'Building Maintenance')
//  Item("http://www.prosyn.co.uk/home_portfoliolandscaping",'Landscaping')
 }

 with(Panel('Panel4')){
  Item("http://www.prosyn.co.uk/library/pdf_brochures.html",'PDF Brochures')
  Item("http://www.prosyn.co.uk/library/terms.html",'Terms And Conditions')
  Item("http://www.prosyn.co.uk/library/customer_satisfaction_survey.html",'Customer Satisfaction Survey')

 }

 with(Panel('Panel5')){
  Item("http://www.prosyn.co.uk/support/support.html",'Support Home')
  Item("http://www.prosyn.co.uk/support/request_support.html",'Request Support')
//  Item("index.php?d=support&s=customers_services",'Customers Services')
//  Item("index.php?d=support&s=support_handbook",'Support Handbook')
 }


 with(Panel('Panel6')){
  Item("http://www.prosyn.co.uk/gallery/gallery.html",'Gallery Home           ')
  Item("http://www.prosyn.co.uk/gallery/gardens.html",'Gardens                     ')
  Item("http://www.prosyn.co.uk/gallery/bathrooms.html",'Bathrooms                     ')
 } 


  with(Panel('Panel7')){
  Item("http://www.prosyn.co.uk/about/about.html",'About Us Home')
//  Item("index.php?d=about&s=leadership",'Leadership')
  Item("http://www.prosyn.co.uk/about/jobs_at_prosyn.html",'Jobs at Prosyn')
  Item("http://www.prosyn.co.uk/about/contact_us.html",'Contact Prosyn')

 }



}}