﻿function expandGroundZero(){

var previousInnerHTML = new String();

previousInnerHTML= previousInnerHTML.concat("<span style='text-align:right;margin-right:10px;'><b>Youtube: The Problem of Islam in Europe</b></span><br/>"+
"<div><object width='480' height='385'/><param name='movie' value='http://www.youtube.com/v/zmAqt7x1jvY&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/zmAqt7x1jvY&hl=en_US&fs=1&' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object></div>"+
"<br/><span style='text-align:right;margin-right:10px;'>"+ 
"<a title='view youtube video: The Problem of Islam in Europe' style='color:#ED9121;hover{background-color:#cccccc;}' href='http://m.youtube.com/watch?v=zmAqt7x1jvY' 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='contractGroundZero();' value='« Close' style='background-color:#dddddd;border:1px solid #000;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;
document.getElementById('top').focus();
}

function contractGroundZero(){

var previousInnerHTML = new String();

previousInnerHTML=previousInnerHTML.concat("<div  id='onbutton' class='divright' style='background-color:transparent;border:none;color:#ED9121;'><img class='img' alt='' src='/images/core_religions_middleeast.jpg' /><center style='color:#000;'>The core Religions in the Middle East<br/>(<a href='li.aspx?i=core_religions_middleeast_large.jpg' target='new_window'>larger image</a>)<br/>"+
"<p style='color:#000;background-color:#dddddd;padding:3px;border:2px dashed #cccccc;'>According to Muslims: &quot;Allah Subhanahu wa Ta&rsquo;ala describes the personality of prophet Muhammad in these words: &quot;And you stand on an exalted standard of character&quot; (Holy Qur'an 68: ayat 4). Thus in the words of Allah Ta&rsquo;ala, the standard of his character and personality is far above that of any other creation. He possessed the best and noblest qualities of the perfect man and was like a jewel illuminating the dark environment with his radiant personality, ideal example and glorious message.&quot;</p><p style='color:#000;font-size:105%;letter-spacing:2px;font-weight:bold;'>Really?<input  type='button' value='Watch This»' onClick='expandGroundZero();'  style='background-color:#dddddd;border:1px solid #000;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;
}

