function CheckFrame(MenuGroup,MenuItem,LangID){
  if(window.top==window){
	  document.cookie = "menugroup="+MenuGroup;//+expires;
	  document.cookie = "menuitem="+MenuItem;//+expires;
	  window.top.location = "http://www.qsyst.com/qualisyst"+LangID+".htm";
  }
}

function CheckFrame2(MenuGroup,MenuItem,LangID){
  if(window.top.top==window){
	  document.cookie = "menugroup="+MenuGroup;//+expires;
	  document.cookie = "menuitem="+MenuItem;//+expires;
	  window.top.location = "http://www.qsyst.com/qualisyst"+LangID+".htm";
  }
}

function GoToDownloadPage(){
  parent.frames['topFrame'].LoadCustomPage('tab_download','td_software');
}

function GoToDownloadPage2(){
  parent.parent.frames['topFrame'].LoadCustomPage('tab_download','td_software');
}

function GoToOrderPage(){
  parent.frames['topFrame'].LoadCustomPage('tab_order','td_order');
}