// JavaScript Document
monTimeout = 15000;
var urls = new Array();
var imgs = new Array();
var caps = new Array();
urls[0] = "http://www.uxd.com/quickcast-mobile.shtml";
imgs[0] = "Images/mainimage-quickcast-mobile-2011.jpg";
caps[0] = "Boot and walk away...That's how easy QuickCAST Mobile makes troubleshooting.";
urls[1] = "http://www.rst.com/";
imgs[1] = "Images/mainimage-rst-premium-burst-mode.jpg";
caps[1] = "Another Innovative First - R.S.T. Premium with Burst Mode Technology";
urls[2] = "http://pc-diagnostics.hostedbyamazon.com/dp/B005QJ7A7G";
imgs[2] = "Images/Main-quicktech-ia-.jpg";
caps[2] = "Now Shipping! QuickTech IA for Intel-based Apple Computers";
urls[3] = "http://www.cebit.de/aussteller/ultra-x/J664255";
imgs[3] = "Images/CEBIT2012-front1b.jpg";
caps[3] = "Come See us at CeBIT 2012, March 2012, 6th - 10th, Hal 15 - Booth G39";
urls[4] = "http://www.ask-embedded-world.de/index.php5?id=76325&fid=f8db119b484fb339ec764bf08b81a561&offset=0&highlight=ultra-x&bc_id=b6174f1e7ad92b5a3a584f1ef42fbf36&compact=0&path=Home&Action=showCompany";
imgs[4] = "Images/embeded2012-front1.jpg";
caps[4] = "Come See us at Embedded World 2012, February 28th - March 1st, Hal 1 - Booth 105";
urls[5] = "http://www.computerpoweruser.com";
imgs[5] = "Images/CPUMAG-spring2012-front1.jpg";
caps[5] = "Check out the 5 page spread on the P.H.D PCI2 inside the March issue of Computer Power User (CPU) Magazine";
montage( urls, imgs, caps, 718); 
