function Live_Show_HideS()
{
var d;
d=document.getElementById("Row_s");

//alert (document.getElementById("Row_1").style.height);
if(d.style.height == "200px")
{

d.style.height = "0px";
d.style.display = "none";
d.style.visibility="hidden";
d.style.position="fixed";
d.style.left="10px";
document.plusIcon.src="design/Site/rightmenu.gif";


}
else
{
d.style.height = "200px";
d.style.display = "block";
d.style.visibility="visible";
d.style.position="relative";
d.style.left="0px";
/*document.plusIcon.src="design/Site/rightmenuBG.gif";*/
document.plusIcon.style.cursor="hand";
document.plusIcon.style.left="10px";

}
}


function Live_Show_Hideg()
{
var d;
d=document.getElementById("Row_g");
s=document.getElementById("Row_s");
dd=document.getElementById("Row_d");
//alert (document.getElementById("Row_1").style.height);
if(d.style.height == "200px")
{

d.style.height = "0px";
d.style.display = "none";
d.style.visibility="hidden";
d.style.position="fixed";
d.style.left="10px";
document.plusIcon.src="design/Site/rightmenu.gif";


}
else
{
d.style.height = "200px";
d.style.display = "block";
d.style.visibility="visible";
d.style.position="relative";
d.style.left="0px";
//////////////////////////
s.style.height = "0px";
s.style.display = "none";
s.style.visibility="hidden";
s.style.position="fixed";
s.style.left="10px";
//////////////////////////
dd.style.height = "0px";
dd.style.display = "none";
dd.style.visibility="hidden";
dd.style.position="fixed";
dd.style.left="10px";

/*document.plusIcon.src="design/Site/rightmenuBG.gif";*/
document.plusIcon.style.cursor="hand";
document.plusIcon.style.left="10px";

}
}


function Live_Show_Hided()
{
var d;
d=document.getElementById("Row_d");
//alert (document.getElementById("Row_1").style.height);
if(d.style.height == "200px")
{

d.style.height = "0px";
d.style.display = "none";
d.style.visibility="hidden";
d.style.position="fixed";
d.style.left="10px";
document.plusIcon.src="design/Site/rightmenu.gif";


}
else
{
d.style.height = "200px";
d.style.display = "block";
d.style.visibility="visible";
d.style.position="relative";
d.style.left="0px";
/*document.plusIcon.src="design/Site/rightmenuBG.gif";*/
document.plusIcon.style.cursor="hand";
document.plusIcon.style.left="10px";

}
}
////////////////////////////////////
function Live_Show_Hid(selectedItem)
{
var d;
d=document.getElementById("Row_g");
s=document.getElementById("Row_s");
dd=document.getElementById("Row_d");
slctd=document.getElementById(selectedItem)
//alert (slctd);
d.style.height = "0px";
d.style.display = "none";
d.style.visibility="hidden";
d.style.position="fixed";
d.style.left="10px";
//alert(ddd.style.background);
//
s.style.height = "0px";
s.style.display = "none";
s.style.visibility="hidden";
s.style.position="fixed";
s.style.left="10px";
/////////////////////////
dd.style.height = "0px";
dd.style.display = "none";
dd.style.visibility="hidden";
dd.style.position="fixed";
dd.style.left="10px";

/////////////////////////////
slctd.style.height = "200px";
slctd.style.display = "block";
slctd.style.visibility="visible";
slctd.style.position="relative";
slctd.style.left="0px";
slctd.style.background="url(../Site/mapBG.jpg) repeat-x";
////////////////////////////////


/*document.plusIcon.src="design/Site/rightmenuBG.gif";*/
//document.plusIcon.style.cursor="hand";
//document.plusIcon.style.left="10px";

}

