// virutal js


function showVt(whichone) {

    elem = document.getElementById("virtualtourdisplayarea");

theContent = '<center><a onclick="closeVt();" href="javascript:void(0);">&nbsp;&nbsp;Close&nbsp;&nbsp;</a><br /><table border="0" cellpadding="0" cellspacing="0" width="440">';
theContent = theContent+'<tr><td rowspan="3"><img src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/vtFrame1.jpg" width="20" height="340" border="0" alt="" /></td><td><img src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/vtFrame2.jpg" width="400" height="20" border="0" alt="" /></td><td rowspan="3"><img src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/vtFrame3.jpg" width="20" height="340" border="0" alt="" /></td></tr>';
theContent = theContent+'<tr><td><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="300" width="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/'+whichone+'"      /><param name="quality" value="high"     /><param name="wmode" value="transparent"      /><embed src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/'+whichone+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300" /></embed></object></td></tr>';
theContent = theContent+'<tr><td><img src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/vtFrame4.jpg" width="400" height="20" border="0" alt="" /></td></tr>';
theContent = theContent+'</table></center>';

   elem.innerHTML = theContent;

    elem.style.visibility = 'visible';

    //window.scrollTo(0,200);
}

function showVt2(whichone) {





    elem = document.getElementById("virtualtourdisplayarea");

theContent = '<center><a onclick="closeVt();" href="javascript:void();">&nbsp;&nbsp;Close&nbsp;&nbsp;</a><br /><table border="0" cellpadding="0" cellspacing="0" width="560">';
theContent = theContent+'<tr><td rowspan="3"><img name="tv1" src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/tv1_1.jpg" width="80" height="460" border="0" id="tv1" alt="" /></td><td><img name="tv2" src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/tv2.jpg" width="400" height="45" border="0" id="tv2" alt="" /></td><td rowspan="3"><img name="tv3" src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/tv3_1.jpg" width="80" height="460" border="0" id="tv3" alt="" /></td></tr>';
theContent = theContent+'<tr><td>';
theContent = theContent+'<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="300" width="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/'+whichone+'"      /><param name="quality" value="high"     /><param name="wmode" value="transparent"      /><embed src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/'+whichone+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300" /></embed></object>';
theContent = theContent+'</td></tr>';
theContent = theContent+'<tr><td><img name="tv4" src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/tv4_1.jpg" width="400" height="115" border="0" id="tv4" alt="" /></td></tr>';
theContent = theContent+'</table></center>';

   elem.innerHTML = theContent;

    elem.style.visibility = 'visible';

    //window.scrollTo(0,200);
}

function showVtPopup(whichone) {

    elem = document.getElementById("hiddenModalContent");

    elem.innerHTML = '<center><a onclick="tb_remove()" href="javascript:void(0);" style="background: #3F3F3F; color:#ffffff; text-decoration: none"><img src="http://www.childrenshospitalla.org/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/CLOSEBUTTON3.JPG" height="24" width="48" border="0"></a><br /><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="300" width="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/'+whichone+'"      /><param name="quality" value="high"     /><param name="wmode" value="transparent"      /><embed src="/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/'+whichone+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300" /></embed></object></center>';
    elem.style.visibility = 'visible';

    window.scrollTo(0,0);

    tb_show('video', '#TB_inline?height=335&width=420&inlineId=hiddenModalContent&modal=true','');
}

function closeVt() {

    elem = document.getElementById("virtualtourdisplayarea");

    elem.innerHTML = "";
    elem.style.visibility = 'hidden';

    //window.scrollTo(0,0);

}



