//Script provided by Patrick Fitzgerald
// http://slideshow.barelyfitz.com/
// Used under GPL Version 2

// Edits by Cristian Vergara
// For NextGen Management LLC

ss = new slideshow("ss");

ss.timeout=5000;

s = new slide();
s.src =  'images/slides/slide1.gif';
s.link = 'signup.html';
s.text = '<br /><p>-Hanging Protocols capable<br />-Integrations include all DICOM modalities<br />-Full Spectrum of Interfaces<br />-Auto secure Email & Fax<br />-Multi Site Solution<br />-Online Access to Images</p>';
ss.add_slide(s);

s = new slide();
s.src =  'images/slides/slide2.gif';
s.link = 'terms/termsipad.html';
s.text = '<br /><p class="important">One FREE Apple iPad when ordering DxEMR!</p><p>Click here for more information!</p>';
s.target = 'ss_popup';
s.attr = 'width=320,height=300,resizable=no,scrollbars=yes';
ss.add_slide(s);

s = new slide();
s.src =  'images/slides/slide3.gif';
s.link = 'signup.html';
s.text = '<br /><p>-Create your lab into a total DICOM solution<br />-Customizable reporting and analysis<br />-Secured, HIPAA compliant web distribution solution<br />-Single analysis workstation<br />-Auto-print of all diagnostic reports and images<br />-Grows with your practice needs<br />-Integrated electronic image and report distribution module<br /></p>';
ss.add_slide(s);

s = new slide();
s.src =  'images/slides/slide4.gif';
s.link = 'terms/termsiphone.html';
s.text = '<br /><p class="important">One FREE Apple iPod Touch when ordering DxScript!</p><p>Click here for more information!</p>';
s.target = 'ss_popup';
s.attr = 'width=320,height=550,resizable=no,scrollbars=yes';
ss.add_slide(s);



