function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="main.htm" ;break;

	}
}
