﻿function swfHeader(themeName) 
{
    var swfHeaderLocation;
    swfHeaderLocation = 'App_Themes/'+themeName+'/Images/'+themeName+'-header.swf';

    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="240" height="180" title="Oleotop">');
    document.write('<param name="movie" value="'+swfHeaderLocation+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="'+swfHeaderLocation+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="240" height="180"></embed>');
    document.write('</object>');
}

function swfBannerPDP(themeName) 
{
    var swfHeaderLocation;
    swfHeaderLocation = 'App_Themes/'+themeName+'/Images/'+themeName+'-bannerPDP.swf';

    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="547" height="70" title="Oleotop">');
    document.write('<param name="movie" value="'+swfHeaderLocation+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="'+swfHeaderLocation+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="547" height="70"></embed>');
    document.write('</object>');
}

function swfLogoHome(themeName) 
{
    var swfHeaderLocation;
    swfHeaderLocation = 'App_Themes/'+themeName+'/Images/'+themeName+'-home.swf';

    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="320" height="235" title="Oleotop">');
    document.write('<param name="movie" value="'+swfHeaderLocation+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="'+swfHeaderLocation+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="235"></embed>');
    document.write('</object>');
}

function swfSilo(themeName) 
{
    var swfHeaderLocation;
    swfHeaderLocation = 'App_Themes/'+themeName+'/Images/'+themeName+'-silo.swf';

    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="250" height="250" title="Oleotop">');
    document.write('<param name="movie" value="'+swfHeaderLocation+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="'+swfHeaderLocation+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="250"></embed>');
    document.write('</object>');
}
