var x;
function showmenu(myid)
{x=0;
if (myid=="home")
{
	homemenu.style.visibility="visible";
	homemenu.style.top=118;
	x=0;
	x=x/2;
	x=x+75;
	homemenu.style.left=x;

}
if (myid=="about")
{
	aboutus.style.visibility="visible";
	aboutus.style.top=150;
	x=0;
	x=x/2;
	x=x+75;
	aboutus.style.left=x;

}
if (myid=="buy")
{
	buying.style.visibility="visible";
	buying.style.top=182;
	x=0;
	x=x/2;
	x=x+75;
	buying.style.left=x;
} 
if (myid=="sell")
{
	selling.style.visibility="visible";
	selling.style.top=214;
	x=0;
	x=x/2;
	x=x+75;
	selling.style.left=x;
}
if (myid=="listing")
{
	listmenu.style.visibility="visible";
	listmenu.style.top=246;
	x=0;
	x=x/2;
	x=x+75;
	listmenu.style.left=x;
}  
if (myid=="fran")
{
	franchise.style.visibility="visible";
	franchise.style.top=278;
	x=0;
	x=x/2;
	x=x+82;
	franchise.style.left=x;
} 
if (myid=="newsimg")
{
	news.style.visibility="visible";
	news.style.top=310;
	x=0;
	x=x/2;
	x=x+92;
	news.style.left=x;
} 
if (myid=="employment")
{
	empmenu.style.visibility="visible";
	empmenu.style.top=342;
	x=0;
	x=x/2;
	x=x+92;
	empmenu.style.left=x;
} 
if (myid=="contactus")
{
	contactmenu.style.visibility="visible";
	contactmenu.style.top=374;
	x=0;
	x=x/2;
	x=x+92;
	contactmenu.style.left=x;
} 
}
function remmenu(msg)
{
if (msg=="imgclinic"){}
else
{
	if (msg=="home")
	{
		homemenu.style.visibility="hidden";	
	}
	else if (msg=="about")
	{
		aboutus.style.visibility="hidden";	
	}
	else if (msg=="buy")
	{
		buying.style.visibility="hidden";	
	}
	else if (msg=="sell")
	{
		selling.style.visibility="hidden";	
	}
	else if (msg=="listing")
	{
		listmenu.style.visibility="hidden";	
	}		
	else if (msg=="fran")
	{
		franchise.style.visibility="hidden";	
	}	
	else if (msg=="newsimg")
	{
		news.style.visibility="hidden";	
	}
	else if (msg=="employment")
	{
		empmenu.style.visibility="hidden";	
	}
	else if (msg=="contactus")
	{
		contactmenu.style.visibility="hidden";	
	}			
}
}
