window.addEvent('domready', function() { var data = { 'articles/scommerce.jpg': { thumbnail: 'articles/scommerce-s.png', href: 'article.php?id=scommerce', caption: 'Social Commerce
How Social Networking plays a role in the B2C relationship.
' }, 'articles/ajax.jpg': { thumbnail: 'articles/ajax-s.png', href: 'article.php?id=ajax', caption: 'Simplifying AJAXSome coding examples on how to make simple AJAX calls.
' }, 'services/research.jpg': { thumbnail: 'services/research-s.png', href: 'service.php?id=development', caption: 'Research and DevelopmentResearch and development of software technologies.
' }, 'services/consulting.jpg': { thumbnail: 'services/consulting-s.png', href: 'service.php?id=consulting', caption: 'Consulting / TrainingSoftware marketing & technical computer consulting/training expertise.
' }, 'support/resolution.jpg': { thumbnail: 'support/resolution-s.png', href: 'support.php?id=support', caption: 'Problem Resolution SupportStep-by-step resolution support for technical issues.
' } }; var myShow = new Slideshow('show', data, {width: 800, height: 340, hu: 'images/'}); });