function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.php" ;break;

	  case 2:window.location="index.php?id=aboutus" ;break;

	  case 3:window.location="index.php?id=procedures" ;break;

	  case 4:window.location="index.php?id=payment" ;break;

	  case 5:window.location="index.php?id=contact" ;break;

	  case 6:window.location="index.php?id=medspa" ;break;

	}
}