<!-- Begin
var zoomamt		= "1.2"	// ZOOM AMOUNT

// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td align="left">');

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4) && (navigator.userAgent.indexOf("Windows") != -1)) {
document.write('<input type="button" value="'+zoomamt+'" class="slideshow" onClick=\'show.style.zoom="'+zoomamt+'"\' onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'">&nbsp;');
document.write('<input type="button" value="1.0" class="slideshow" onClick=\'show.style.zoom="1"\' onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'">&nbsp;');
}

document.write('</td><td align="right">');

document.write('<input type="button" name="slidebutton" onclick="ap(this.value);" value="AutoPlay" title="AutoPlay" class="slideshow" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'">&nbsp;');
document.write('<input type="button" onclick="previous();" value="&lt;&lt;" title="Previous" class="slideshow" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'">&nbsp;');
document.write('<input type="button" onclick="next();" value="&gt;&gt;" title="Next" class="slideshow" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'"><br>');
document.write('</td></tr><tr><td colspan="2" align="center">');

document.write('</td></tr></table>');

//  End -->
