﻿function expandMahdi(){

var previousInnerHTML = new String();

previousInnerHTML= previousInnerHTML.concat("<span style='text-align:right;margin-right:10px;'><b>YouTube:<br/><b>The Mahdi vs. the Antichrist<br/>Glenn Beck Parts 1 &amp; 2</b></b></span><br/>"+
"<div><object width='640' height='385'><param name='movie' value='http://www.youtube.com/v/C-kmIU6PMc0?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/C-kmIU6PMc0?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='640' height='385'></embed></object>"+
"<p><b>pt 2 of 2:</b></p>"+
"<p><object width='640' height='385'><param name='movie' value='http://www.youtube.com/v/lQ3emqoV0cI?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/lQ3emqoV0cI?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='640' height='385'></embed></object></p></div>"+
"<br/><span style='color: #880000;font-size:12pt%;font-weight:bold;'>"+ 
"<a title='view youtube video: The Mahdi vs The AntiChrist - Glenn Beck Part 1' style='color:#ED9121;padding:2px' href='http://m.youtube.com/watch?v=http://www.youtube.com/watch?v=C-kmIU6PMc0' target='new_window'>"+
"<img alt='' src='/images/Smartphone_23x35.png' style='border:1px solid #ED9121;'/></a>&nbsp;<a title='view youtube video: The Mahdi vs The AntiChrist - Glenn Beck Part 2' style='color:#ED9121;padding:2px' href='http://m.youtube.com/watch?v=http://www.youtube.com/watch?v=lQ3emqoV0cI' target='new_window'>"+
"<img alt='' src='/images/Smartphone_23x35.png' style='border:1px solid #ED9121;'/></a></span>");

previousInnerHTML=previousInnerHTML.concat("<div class='divright' id='offbutton' style='background-color:transparent;border:none;'><input type='button'  onClick='contractMahdi();' value='« Close' style='background-color:#CCC;border:1px solid #000;color:#000;font-size:12pt;'></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 contractMahdi(){

var previousInnerHTML = new String();

previousInnerHTML=previousInnerHTML.concat("<div id='onbutton' class='divright' style='border: 2px solid #FFCC99; background-color:transparent;#990033;padding:3px;'><img alt='' src='/images/Ottoman_small_animation.gif' class='img' /><center>Ottoman Empire, 1299&ndash;1683</center> <br />"+
"<a target='_blank' href='li.aspx?i=ottomanempirein1683_large.png'><img alt='' src='/images/ottomanempirein1683.png' class='img'/></a><center>The growth of ottoman empire<br />"+
"(<a target='_blank' href='li.aspx?i=ottomanempirein1683_large.png'>larger image</a>)</center>"+
"<span style='color: #880000;font-size:12pt;font-weight:bold;'><b>YouTube:<br/>The Mahdi vs. the Antichrist<br/>Glenn Beck Parts 1 &amp; 2</b></span><br />"+
"<input type='button' value='Open »' onclick='expandMahdi();' style='border: medium none ; background-color: #CCC; font-size: 12pt;' />"+
"<div id='offbutton' class='divright' style='display: none;'><input type='button' onclick='contractMahdi();' value='« Close' style='background-color:#CCC;border:1px solid #000;color:#000;font-size:12pt;' /></div></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;
}





