function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.tuscanovens.com" ;break;

	  case 2:window.location="aboutus.htm" ;break;

	  case 3:window.location="images/picturegallery2/index.html" ;break;

	  case 4:window.location="ovenstyles.htm" ;break;

	  case 5:window.location="dealer.htm" ;break;

	  case 6:window.location="contactus.htm" ;break;

	}
}