﻿function RunMarbles(URL)
{
    document.write('<object type="application/x-shockwave-flash"\n'
    + '    data="' + URL + '/App_Themes/Default/Images/Flash/movie.swf?path=' + URL + '/App_Themes/Default/Images/Flash/marbles.swf" \n'
    + '    width="124" height="56">\n'
    + '<param name="movie" \n'
    + '    value="' + URL + '/App_Themes/Default/Images/Flash/movie.swf?path=' + URL + '/App_Themes/Default/Images/Flash/marbles.swf" />\n'
    + '    <img src="' + URL + '/App_Themes/Default/Images/FLOvateMainLogoMarbles.gif" alt="FLOvate Workflow Technologies" />\n'
    + '</object>\n');
}

function RunFLOvateBanner(URL,featurePath)
{
    document.write('<object type="application/x-shockwave-flash"\n'
    + 'data="' + URL + '/App_Themes/Default/Images/Flash/movie.swf?url=' + URL + '/App_Themes/Default/Images/Flash/&featurePath=' + featurePath + '.swf&xmlPath=Items.xml&path=' + URL + '/App_Themes/Default/Images/Flash/FLOvateFlashBannerR04.swf" \n'
    + 'width="748" height="120">\n'
    + '<param name="movie" \n'
    + 'value="' + URL + '/App_Themes/Default/Images/Flash/movie.swf?url=' + URL + '/App_Themes/Default/Images/Flash/&featurePath=' + featurePath + '.swf&xmlPath=Items.xml&path=' + URL + '/App_Themes/Default/Images/Flash/FLOvateFlashBannerR04.swf" />\n'
    + '<param name="wmode" value="transparent" />\n'
    + '<\/object>');

}