/*--- Avanquest WebEasy External Script ---*/

/* -------------------------------------------- */
/* Embed Video from Google.com                  */
/* -------------------------------------------- */

function weAddGoogleVideo(vid, dmx, dmy, ply)
{
  var url = 'http://video.google.com/googleplayer.swf?docId=' + vid;
  document.writeln(
    '<embed src="' + url + '"' +
    ' style="width:' + dmx + 'px; height:' + dmy + 'px;"' +
    ' type="application/x-shockwave-flash"' +
    ' flashvars="' + (ply ? 'autoPlay=true' : '') + '"></embed>');
}



/*--- EndOfFile ---*/
