// JavaScript Document

function gotoPage(varItem)
{
  switch(varItem)
  {
  
  case 0:
      window.parent.self.status="Goes Nowhere";
      break;
      case 1:
      window.location="lamtec_product_30j.html";
      break;
      case 2:
      window.location="lamtec_product_arenashield.html";
      break;
      case 3:
      window.location="lamtec_product_gymguard.html";
      break;
      case 4:
      window.location="lamtec_product_r3035.html";
      break;
      case 5:
      window.location="lamtec_product_r3035hd.html";
      break;
      case 6:
      window.location="lamtec_product_r3050.html";
      break;
      case 7:
      window.location="lamtec_product_r3070.html";
      break;
	  case 8:
      window.location="lamtec_product_vsfhd.html";
      break
	  case 9:
      window.location="lamtec_product_wmpasj.html";
	  break
      case 10:
      window.location="lamtec_product_wmpuv.html";
      break
      case 11:
      window.location="lamtec_product_wmp10.html";
      break
      case 12:
      window.location="lamtec_product_wmp30.html";
      break
      case 13:
      window.location="lamtec_product_wmp50.html";
      break
      case 14:
      window.location="lamtec_product_wmpf.html";
      break
      case 15:
      window.location="lamtec_product_wmpvr.html";
      break
      case 16:
      window.location="lamtec_product_wmpvrplus.html";
      break     
  }
}
