
function  makeitgo(abc){
	if(abc == "comeback"){

		column2.style.top = 156;
		column3.style.top = 156;

	}else if (abc == "makeway"){
		column2.style.top = 777;
		column3.style.top = 777;
		
	}
}

function subMenuViewing(toView){

	if(toView == "showit1"){
		mu.style.top = 492;

	}else if (toView == "noshow1"){
		mu.style.top = -50;
	}else if (toView == "showit2"){
		mu2.style.top = 492;
		
	}else if (toView == "noshow2"){
		mu2.style.top = -50;
	}else if (toView == "showit3"){
		mu3.style.top = 492;
	
	}else if (toView == "noshow3"){
		mu3.style.top = -50;
	}
}

//below is the webex code
function entryForm(url,name)
{
  var opt="toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=yes,width=500,height=500 top=80,left=120";
  var winname = "entryform"+Math.round(Math.random()*10000000000);
  window.open(url,winname,opt);
  return;
}
function onSubmit(Action)
{
  document.QueueListForm.action.value = Action;
  document.QueueListForm.submit();
}
function myWebex()
{

entryForm('https://rescuecom.webex.com/rescuecom/webacd.wbx?AT=pqform&QID=12457&UID=0&SK=10384b6424ab8b36fd9afd00033ab791','');

}
