﻿// JScript File
function RunGreenPeace()
{
    var width = 320;
    var height = 280;
    //document.write('<object width="704" height="450" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">\n');
    document.write('<object width="' + width + '" height="' + height + '" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">\n');
    document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
    document.write('<param name="movie" value="http://www.youtube.com/v/qnHeoQ7Gsl8&rel=1&border=1" />\n');
    document.write('<param name="wmode" value="transparent" />\n');
    document.write('<param name="FlashVars" value="vHome=ΑΡΧΙΚΗ&vService=ΥΠΗΡΕΣΙΕΣ&vCompany=ΕΤΑΙΡΙΑ&vClient=ΠΕΛΑΤΕΣ&vContact=CONTACT" />\n');
    document.write('<embed src="http://www.youtube.com/v/qnHeoQ7Gsl8&rel=1&border=1" width="' + width + '" height="' + height + '" wmode="transparent" \n');
    document.write('type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}
