
// To define a new panel, use the following format:
//
// new Array("<<name of image file>>", "<<click destination>>"),
//
// NOTES:
// 1) the name of the image file and the click destination have to
//    be enclosed within double quotes and cannot contain double
//    quotes within its own definition
// 2) All lines except for the very last one should always have
//    a comma at the end


var panels = new Array(


// To update the panels, only change the list below

//new Array("airports.jpg",""),
new Array("videosplash.jpg","video/"),
new Array("ireland-launch-splash.jpg","news/pressrelease.php?NEWSID=75"),
new Array("MS-Winner.jpg","news/newsandinfo.php#Article67"),
new Array("AlarmAnalytics.jpg","products/products.php?product=bvreportworx"),
new Array("automotive.jpg","markets/automotive.php"),
new Array("AWX.jpg","products/products.php?product=alarmworx32"),
//new Array("AWX64.jpg",""),
new Array("BizViz.jpg","products/products.php?product=bizviz"),
new Array("building.jpg","markets/hvac.php"),
new Array("BWX.jpg","products/products.php?product=bvbridgeworx"),
new Array("DWX.jpg","products/products.php?product=dataworx32"),
//new Array("EWX.jpg",""),
new Array("fda.jpg","markets/fda.php"),
//new Array("GEN64.jpg",""),
//new Array("GWX64.jpg",""),
//new Array("HH.jpg",""),
new Array("machine.jpg","markets/machine.php"),
new Array("MobileHMI.jpg","products/products.php?product=bvmobilehim"),
new Array("oil.jpg","markets/oilgas.php"),
new Array("OPC-ToolWorX.jpg","products/products.php?product=opctoolworx"),
//new Array("OPC-UA.jpg",""),
new Array("PocketGEN.jpg","products/products.php?product=pocketgenesis"),
new Array("PWX.jpg","products/products.php?product=bvportalworx"),
new Array("RWX.jpg","products/products.php?product=bvreportworx"),
//new Array("TWX64.jpg",""),
//new Array("Vista_Ready.jpg",""),
new Array("water.jpg","markets/water.php"),
//new Array("WB.jpg","solutions/solutions.php"),
new Array("WebHMI.jpg","products/products.php?product=webhmi"),
new Array("gen64-pan1.jpg","products/products.php?product=genesis64"),
new Array("gen64-pan2.jpg","products/products.php?product=graphworx64"),
new Array("gen64-pan3.jpg","products/products.php?product=alarmworx64"),
new Array("gen64-pan4.jpg","products/products.php?product=trendworx64"),
new Array("gen64-pan5.jpg","products/products.php?product=earthworx64"),
new Array("gen64-pan6.jpg","products/products.php?product=hyperhistorian"),
new Array("gen64-pan7.jpg","products/products.php?product=opcua"),





// Note this last entry should have no comma at the end

new Array("GEN32.jpg","products/products.php?product=genesis32")

);

