// JavaScript Document

function loadIndex() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="210" title="Click a service to learn more ...">\n')
            document.write('<param name="movie" value="../images/home.swf" />\n')
			document.write('<param name="wmode" value="transparent" />\n')
            document.write('<param name="quality" value="high" />\n')
            document.write('<embed src="../images/home.swf" width="600" height="210" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n')
	      document.write('</object>\n')
}
function loadWeb() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="210" title="Click a service to learn more ...">\n')
            document.write('<param name="movie" value="../images/web.swf" />\n')
			document.write('<param name="wmode" value="transparent" />\n')
            document.write('<param name="quality" value="high" />\n')
            document.write('<embed src="../images/web.swf" width="600" height="210" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n')
	      document.write('</object>\n')
}
function loadGraphic() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="210" title="Click a service to learn more ...">\n')
            document.write('<param name="movie" value="../images/graphic.swf" />\n')
			document.write('<param name="wmode" value="transparent" />\n')
            document.write('<param name="quality" value="high" />\n')
            document.write('<embed src="../images/graphic.swf" width="600" height="210" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n')
	      document.write('</object>\n')
}
function loadLogo() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="210" title="Click a service to learn more ...">\n')
            document.write('<param name="movie" value="../images/logo.swf" />\n')
                       document.write('<param name="wmode" value="transparent" />\n')
            document.write('<param name="quality" value="high" />\n')
            document.write('<embed src="../images/logo.swf" width="600" height="210" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n')
	      document.write('</object>\n')
}
function loadMultimedia() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="210" title="Click a service to learn more ...">\n')
            document.write('<param name="movie" value="../images/multimedia.swf" />\n')
                       document.write('<param name="wmode" value="transparent" />\n')     
            document.write('<param name="quality" value="high" />\n')
            document.write('<embed src="../images/multimedia.swf" width="600" height="210" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n')
	      document.write('</object>\n')
}
function loadCorporate() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="210" title="Click a service to learn more ...">\n')
            document.write('<param name="movie" value="../images/corporate.swf" />\n')
                      document.write('<param name="wmode" value="transparent" />\n')
            document.write('<param name="quality" value="high" />\n')
            document.write('<embed src="../images/corporate.swf" width="600" height="210" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n')
	      document.write('</object>\n')
}