﻿function expandU2(){

var previousInnerHTML = new String();

previousInnerHTML= previousInnerHTML.concat("<span style='text-align:right;margin-right:10px;'><b>Youtube: U2 Where The Streets Have No Name Live At Slane Castle </b></span><br/>"+
"<div><object width='640' height='505'><param name='movie' value='http://www.youtube.com/v/uDkBzkA9L4s?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/uDkBzkA9L4s?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='640' height='505'></embed></object></div>"+
"<br/><span style='color: #880000;font-size:150%;font-weight:bold;'>"+ 
"<a title='view youtube video: U2 Where The Streets Have No Name Live At Slane Castle' style='color:#ED9121;' href='http://m.youtube.com/watch?v=uDkBzkA9L4s' 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='contractU2();' value='« Close' style='background-color:#dddddd;border:1px solid #000;color:#000;font-size:105%;'></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 contractU2(){

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/u2.jpg' class='img' style='width:100px;' /><center>U2 - The Edge, Bono, Adam Clayton, <br />and Larry Mullen Jr. <br />(<a target='_blank' href='li.aspx?i=u2_large.jpg'>larger image</a>)</center><p> </p><img alt='' class='img' style='width:100px;' src='/images/U2vid_cover_slane_castle.jpg'/><center>Cover: U2 Go Home Live from Slane Castle, Ireland <br/>(<a href='li.aspx?i=U2vid_cover_slane_castle_large.jpg' target='_blank'>larger image</a>)</center><p style='color: #880000;font-size:150%;font-weight:bold;'>YouTube: U2 Where The Streets Have No Name Live At Slane Castle </p><input type='button' value='Open »' onClick='expandU2();' 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;
}

