﻿function expandvid(){

var previousInnerHTML = new String();

previousInnerHTML= previousInnerHTML.concat("<object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/F8LPNRI_6T8&hl=en_US&fs=1&'></param>"+
"<param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param>"+
"<embed src='http://www.youtube.com/v/F8LPNRI_6T8&hl=en_US&fs=1&' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>");

previousInnerHTML= previousInnerHTML.concat("<span style='padding-left:10px;float:right;margin-right:10px;'><img style='width:100px;' alt='YouTube - Fall of the Republic' src='/images/fall_of_the_republic.jpg'/><br/><a href='http://m.youtube.com/watch?v=F8LPNRI_6T8' target='new_window'><img style='border:none;' alt='Youtube Moble' src='/images/Smartphone_23x35.png'</a></span>");

previousInnerHTML=previousInnerHTML.concat("<div class='divright' id='offbutton' style='background-color:transparent;border:none;'><Input type='button' onClick='contractvid();' value='Close' style='background-color:transparent;color:blue;text-decoration:underline;border:none;font-size:8pt;font-family:lucida bright;'></div>");

document.getElementById('hidvid').style.border='none';

document.getElementById('hidvid').style.backgroundColor='transparent';

document.getElementById('onbutton').style.display='none';

document.getElementById('offbutton').style.display='visible';

document.getElementById('hidvid').innerHTML = previousInnerHTML;

}


function contractvid(){

var previousInnerHTML = new String();

previousInnerHTML=previousInnerHTML.concat("<div  id='onbutton' class='divright' style='background-color:transparent;border:none;'><Input type='button' onClick='expandvid();' value='Youtube - Fall of the Republic' style='background-color:transparent;color:blue;text-decoration:underline;border:none;font-size:8pt;font-family:lucida bright;'></div>");

document.getElementById('offbutton').style.display='none';

document.getElementById('onbutton').style.display='visible';

document.getElementById('hidvid').style.border='none';

document.getElementById('hidvid').style.backgroundColor='transparent';

document.getElementById('hidvid').innerHTML = previousInnerHTML;
}

function expandfed(){

var previousInnerHTML = new String();

previousInnerHTML= previousInnerHTML.concat("<span style='text-align:right;margin-right:10px;'>G. Edward Griffin<br/>The Creature from Jekyll Island<br/></span>"+
"<embed id=VideoPlayback src=http://video.google.com/googleplayer.swf?docid=6507136891691870450&hl=en&fs=true style=width:400px;height:326px allowFullScreen=true allowScriptAccess=always type=application/x-shockwave-flash> </embed>"+
"<br/><span style='text-align:right;margin-right:10px;'>audio:"+ 
"<a style='color:orange;font-size:110%;' href='http://www.apfn.org/audio/G_Edward_Griffin.mp3' target='new_window'>"+
"The Creature from Jekyll Island: A Lecture on the Federal Reserve</a></span>");

previousInnerHTML=previousInnerHTML.concat("<div class='divright' id='offbutton' style='background-color:transparent;border:none;'><input type='button'  onClick='contractfed();' value='« Close' style='background-color:transparent;border:none;color:#000;'></div>");

document.getElementById('hidvid').style.border='none';

document.getElementById('hidvid').style.backgroundColor='transparent';

document.getElementById('onbutton').style.display='none';

document.getElementById('offbutton').style.display='visible';

document.getElementById('hidvid').innerHTML = previousInnerHTML;

}


function contractfed(){

var previousInnerHTML = new String();

previousInnerHTML=previousInnerHTML.concat("<div  id='onbutton' class='divright' style='background-color:transparent;border:none;color:orange;'>G. Edward Griffin The Creature from Jekyll Island<br/><input type='button'  value='Open »' onClick='expandfed();'  style='background-color:transparent;border:none;color:#000;font-size:105%;'></div>");


document.getElementById('offbutton').style.display='none';

document.getElementById('onbutton').style.display='visible';

document.getElementById('hidvid').style.border='none';

document.getElementById('hidvid').style.backgroundColor='transparent';

document.getElementById('hidvid').innerHTML = previousInnerHTML;
}

