/*
* This file contains functions to generate OBJECT and EMBED tags for Flash content. 
*/
function loadMyFlash(){
document.write("<object class='movie' id='Carousel__ie'	classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' style='width: 740px;height: 239px;'>");
document.write("<param name='movie' value='/images/flash/Carousel.swf' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='wmode' value='transparent' />");
document.write("<param name='bgcolor' value='#000000' />");
document.write("<param name='flashvars' value='xmlfile=/images/flash/default.xml' />");
document.write("</object>");
}

function loadMyFlash2(){
document.write("<object class='movie' id='rotator'	classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' style='width: 960px;height: 160px;'>");
document.write("<param name='movie' value='/flash/imagerotator.swf' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='wmode' value='transparent' />");
document.write("<param name='flashvars' value='file=/flash/header_general.xml&overstretch=false&transition=random&width=960&height=160' />");
document.write("</object>");
}