function menu_link(num)
{
	switch(num)

	{

	  //Replace the # character to your file name
	  // Menu1 & SubMenu Bridal cpl
	  case 1:window.location="aboutus.htm" ;break;

	  case 11:window.location="BrideService.htm" ;break;

	  case 12:window.location="BrideValue.htm" ;break;

	  case 13:window.location="BrideSignUp.asp" ;break;

	  case 14:window.location="BrideSignIn.asp" ;break;



	  // Menu2 & SubMenu (Vendor)
	  case 2:window.location="index.asp" ;break;

	  case 21:window.location="aboutus.htm" ;break;

	  case 22:window.location="VendorProspect.htm"  ;break;

	  case 23:window.location="VendorApplication.asp"  ;break;

	  case 24:window.location="VendorLogIn1.asp" ;break;




	  // Menu3 & SubMenu (Links)
	  case 3:window.location="link1.htm" ;break;

	  case 31:window.location="aboutus.htm" ;break;

	  case 32:window.location="VendorProspect.htm"  ;break;

	  case 33:window.location="VendorApplication.asp"  ;break;

	  case 34:window.location="VendorLogIn1.asp" ;break;





	}
}