
function keepopen(button) {

if (n) tab = document.tabDiv;
if (n) poptext3 = document.listingDiv;
if (n) poptext5 = document.cultureDiv;
if (ie) tab = tabDiv.style;
if (ie) poptext3 = listingDiv.style;
if (ie) poptext4 = listingshadDiv.style;
if (ie) poptext5 = cultureDiv.style;
if (ie) poptext6 = cultureshadDiv.style;

	    
		if (n) {
                  if (button == 3) { poptext3.visibility = "show"};
		  if (button == 5) { poptext5.visibility = "show"};
                  return;
                  	   }
		if (ie) {
                            if (button == 3) { poptext4.visibility = "visible"};
		   if (button == 3) { poptext3.visibility = "visible"};
                             if (button == 5) { poptext6.visibility = "visible"};
		   if (button == 5) { poptext5.visibility = "visible"};
		 
                  return;
                  	   }
                           
}


function keepclosed(button) {

		
        	if (n)  {
		  if (button == 3) {poptext3.visibility = "hide"};
                  if (button == 5) {poptext5.visibility = "hide"};
                  return;
                }
           		
		if (ie) {
                  if (button == 3) {poptext3.visibility = "hidden"};
                  if (button == 3) {poptext4.visibility = "hidden"};
                  if (button == 5) {poptext5.visibility = "hidden"};
                  if (button == 5) {poptext6.visibility = "hidden"};
		  return;
                }

}

