	function KeyDownHandler( obj ){
		if(event.ctrlKey == 13){
			obj.submit();
		}
	}
	
   function quote_pop_win(url,ticker) {
     windowconfig = "status=0,scrollbars=0,resizable=0,width=169,height=290";
      
     if ((navigator.appName.indexOf("Netscape")) >= 0) {
       //alert("NETSCAPE")
       if (((navigator.userAgent.indexOf("Mozilla/3.0")) >= 0) ||
           ((navigator.userAgent.indexOf("Mozilla/4.0")) >= 0)) {
           //alert("3.0 or 4.0")
         windowconfig = "status=0,scrollbars=0,resizable=0,width=170,height=290,border=0";
       } else {
         //alert("NOT 3.0 or 4.0")
         windowconfig = "status=0,scrollbars=0,resizable=0,width=170,height=290";
       }
     } else {
       //alert("NOT NETSCAPE")
     }
      
     var windowvar = window.open(url,ticker,windowconfig);
     
     //if (windowvar.history.length >= 1) {
     //  var del = -windowvar.history.length;
     //  windowvar.history.go(del);
     //}
   }



function displaydatetime() {
  if (!document.layers && !document.all) return;
  var today;
  var timeLocal;
  //var timeUTC;
  today = new Date();
  timeLocal = today.toLocaleString() +" Local"; //Convert to current locale.
  //timeUTC = today.toUTCString(); //Convert to UTC.
  if (document.layers) {
    document.layers.clockLocal.document.write(timeLocal);
    document.layers.clockLocal.document.close();
    //document.layers.clockUTC.document.write(timeUTC);
    //document.layers.clockUTC.document.close();
  }
  else if (document.all) {
    //clockLocal.innerHTML = timeLocal;
    //clockUTC.innerHTML = timeUTC;
  }
  setTimeout("displaydatetime()", 500)
}


	function window.onload(){
	//	initSRSMenu();
		//displaydatetime();
		//myTags();
	}
	
	function document.onselectstart(){
		//return false;
	}
	function document.onclick(){
		MyIntraNet();
	}

	function MyIntraNet(){		
		if(event.ctrlKey && event.shiftKey ||event.altKey && event.shiftKey )	window.open('http://www.srslabs.com/webemail','Intranet').focus();
		//window.location.URL
	}
	
	function MacUsersPopup(){
		var strURL, strParams
		strURL = 'http://www.srslabs.com/macUsers.asp'
		strParams = 'height=150,width=500,status=0,toolbar=0,menubar=0,location=0';
		window.open(strURL, null, strParams).focus(); 
		return false;
	}

	function Licensing_winPopup( strFilename, strTech ){
		var strURL, strParams
		strURL = 'http://www.srswowcast.com/demo/wow64i.asp?clip=' + strFilename + '&Tech=' + strTech;		
		strParams = 'height=480,width=635,status=0,toolbar=0,menubar=0,location=0';
		window.open(strURL, null, strParams).focus(); 
		return false;
	}	

	function winPopup( strFilename, strTech ){
		var strURL, strParams
		strURL = 'http://www.srswowcast.com/demomedia/wow64i.asp?clip=' + strFilename + '&Tech=' + strTech;		
		strParams = 'height=480,width=635,status=0,toolbar=0,menubar=0,location=0';
		window.open(strURL, null, strParams).focus(); 
		return false;
	}

	function popUpLargeImage( strFilename, w, h ){
		var strURL;
		strURL = "http://www.srslabs.com/images/"+ strFilename;
		window.open(strURL, "popUpLargeImage", 'height='+h+',width='+w+',status=0,toolbar=0,menubar=0,location=0').focus(); 
		return false;
	}
			
	/************** Get Parameters from URL ************************/
	function plusUnescape(str) { // the unescape function won't convert plus signs
		str = '' + str;
		while (true) {
			var i = str.indexOf('+');
			if (i == -1) break;
			str = str.substring(0,i) + ' ' + str.substring(i+1,str.length);
		}
		return unescape(str);
	}
	
	//	var dwarfArg = getURL("dwarf") //returns value stored in dwarf
	function getURL (theKey) {
		var args = new Array ();
		var argstring = window.location.search;
		if (argstring.charAt(0) != '?') return false; // no arguments
		argstring = argstring.substring(1, argstring.length);
		var argarray = argstring.split('&');
		for (var i=0; i < argarray.length; i++) {
			var singlearg = argarray[i].split('=');
			if (singlearg.length != 2) continue; // not a valid argument
			var argsKey = plusUnescape(singlearg[0]);
			var argsValue = plusUnescape(singlearg[1]);
			args [argsKey] = argsValue;
		}
		return args[('' + theKey)]
	}

	/************** Cookies ************************/
	function getCookie(Name) {
		var search = Name + "=";
		
		if (document.cookie.length > 0) { // if there are any cookies
			offset = document.cookie.indexOf(search) 
			if (offset != -1) { // if cookie exists 
				offset += search.length 
				end = document.cookie.indexOf(";", offset) // set index of beginning of value
				if (end == -1) 	end = document.cookie.length // set index of end of cookie value
				return unescape(document.cookie.substring(offset, end))
			} 
		}
	}

	function setCookie(name, value, expire) {
		if( expire!= null){
			var today = new Date();
			expires.setTime(today.getTime() + 1000*60*60*24*365);
		}
		document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
	}

	function delCookie (name) {		
		document.cookie = name + "=" +	"; expires=Fri, 01-Jan-50 00:00:01 GMT" +  "; path=/";
	}
	
var viqWindow = null
function viqMakeWindow(ticker) {
  if(!viqWindow || viqWindow.closed) {
    viqWindow = window.open("http://www.nasdaq.com/scripts/redir.asp?symbol=SRSL&page=quotes","","HEIGHT=440,WIDTH=690,top=10,left=10,resizable=no,scrollbars=no,tollbar=yes");
    viqWindow.focus();
  }
}



//-------------------------------------------------slide menu----------------------------------------------------

self.onError=null;

currentX = currentY = 0;  
whichIt = null;           
lastScrollX = 0; lastScrollY = 0;

NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;

function heartBeat() {
    if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; }
    if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
        
    if(diffY != lastScrollY) {
        percent = .1 * (diffY - lastScrollY);
        if(percent > 0) percent = Math.ceil(percent);
        else percent = Math.floor(percent);

        if(IE) document.all.slide.style.pixelTop += percent;
        if(NS) document.slide.top += percent; 
        lastScrollY = lastScrollY + percent;
	}
    if(diffX != lastScrollX) {
        percent = .1 * (diffX - lastScrollX);
        if(percent > 0) percent = Math.ceil(percent);
        else percent = Math.floor(percent);
        if(IE) document.all.slide.style.pixelLeft += percent;
        if(NS) document.slide.left += percent;
        lastScrollX = lastScrollX + percent;
    }       
}

function checkFocus(x,y) { 
	var totalY, totalX;
    floatx = document.slide.pageX;
    floaty = document.slide.pageY;
    floatwidth = document.slide.clip.width;
    floatheight = document.slide.clip.height;
            
    if(20 == 0) totalY = floatheight;
    else totalY = 20;
    
    if(0 == 0) totalX = floatwidth;
    else totalX = 0;
    
    if( (x > floatx && x < (floatx+totalX)) && (y > floaty && y < (floaty+totalY))) return true;
    else return false;
}

function grabIt(e) {
    if(IE) {
        whichIt = event.srcElement;
        while (whichIt.id.indexOf("slide") == -1) {
            whichIt = whichIt.parentElement;
            if (whichIt == null) { return true; }
        }
        whichIt.style.pixelLeft = whichIt.offsetLeft;
        whichIt.style.pixelTop = whichIt.offsetTop;
            currentX = (event.clientX + document.body.scrollLeft);
            currentY = (event.clientY + document.body.scrollTop);
            
            if(20 == 0) totalY = whichIt.style.pixelHeight;
            else totalY = 20;
            if(0 == 0) totalX = whichIt.style.pixelWidth;
            else totalX = 0;
            if(!(event.clientX > whichIt.offsetLeft && event.clientX < whichIt.offsetLeft + totalX) || 
            !(currentY > whichIt.offsetTop && currentY < whichIt.offsetTop + totalY)) whichIt = null;
    }else { 
		window.captureEvents(Event.MOUSEMOVE);
		if(checkFocus (e.pageX,e.pageY)) { 
			whichIt = document.slide;
			FloatTouchedX = e.pageX-document.slide.pageX;
			FloatTouchedY = e.pageY-document.slide.pageY;
		} 
    }
    return true;
}

function moveIt(e) {
    if (whichIt == null) { return false; }
    if(IE) {
        newX = (event.clientX + document.body.scrollLeft);
        newY = (event.clientY + document.body.scrollTop);
        distanceX = (newX - currentX);    distanceY = (newY - currentY);
        currentX = newX;    currentY = newY;
        whichIt.style.pixelLeft += distanceX;
        whichIt.style.pixelTop += distanceY;

        if(whichIt.style.pixelTop < document.body.scrollTop) whichIt.style.pixelTop = document.body.scrollTop;
        if(whichIt.style.pixelLeft < document.body.scrollLeft) whichIt.style.pixelLeft = document.body.scrollLeft;
        if(whichIt.style.pixelLeft > document.body.offsetWidth - document.body.scrollLeft - whichIt.style.pixelWidth - 20) whichIt.style.pixelLeft = document.body.offsetWidth - whichIt.style.pixelWidth - 20;
        if(whichIt.style.pixelTop > document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5) whichIt.style.pixelTop = document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5;
        event.returnValue = false;
    } else { 
        whichIt.moveTo(e.pageX-FloatTouchedX,e.pageY-FloatTouchedY);
		if(whichIt.left < 0+self.pageXOffset) whichIt.left = 0+self.pageXOffset;
		if(whichIt.top < 0+self.pageYOffset) whichIt.top = 0+self.pageYOffset;
		if( (whichIt.left + whichIt.clip.width) >= (window.innerWidth+self.pageXOffset-17)) whichIt.left = ((window.innerWidth+self.pageXOffset)-whichIt.clip.width)-17;
		if( (whichIt.top + whichIt.clip.height) >= (window.innerHeight+self.pageYOffset-17)) whichIt.top = ((window.innerHeight+self.pageYOffset)-whichIt.clip.height)-17;
		return false;
    }
    return false;
}

function dropIt() {
    whichIt = null;
    if(NS) window.releaseEvents (Event.MOUSEMOVE);
    return true;
}

//-------------------------------- srslabs menu ----------------------------------------------//
 
  var open_close = true // true or false, false = close the previous item_panel first when opening a new one 
 
  var height = 20; // height of the menu headers
  var iheight = 15; // height of the menu_items
  
  var bgc = "lightyellow" // background color of the item
  var tc = "black" // text color of the item
  
  var over_bgc = "silver";
  var over_tc = "red";
  
  var speed = 7; // time between changing heigth of the item_panel
  var steps = 2; // changing heigth in steps of
  var timerID = "";
  var N = (document.all) ? 0 : 1;
  var width = 132


  var self_menu = new Array();
function write_menu()
{
  smc = 0; // count the position of the self_menu
  document.write("<div id=slide style='position:absolute;left:1px;top:210px;'>");
  mn = 0;
  mni = 1;
  start = -1;
  
  for(i=0;i<Link.length;i++)
  {
   la = Link[i].split("|");

   if (la[0] == "0")//header menu
   {
		if(start == 0) 
		{
			document.write("</div>");
			h =  csmc * iheight;
			tmn = mn;
			self_menu[smc] = new Array(tmn,h,0,-2);
			smc++;
			mn--;
		}
		csmc = 0;
		//document.write("<div class='menu' style='top:"+mn+";height:"+height+"' id='down"+smc+"' onclick='prepare("+smc+","+mni+")'>&nbsp;"+ la[1] + "</div>");
		document.write("<div class='menu' style='top:"+mn+";height:"+height+"' id='down"+smc+"' onclick='prepare("+smc+","+mni+")'>&nbsp;<img src='images/arrow.gif'> "+ la[1] + "</div>");
		self_menu[smc] = new Array(mn,height,0,mni);
		smc++;
		mni++;
		mn+=height;
		start = 1;
   }
   else if (la[0] == "2")//header menu with link
   {
   
		if(start == 0) 
		{
			document.write("</div>");
			h =  csmc * iheight;
			tmn = mn;
			self_menu[smc] = new Array(tmn,h,0,-2);
			smc++;
			mn--;
		}
		csmc = 0;	
	
		document.write("<a class='menu' style='border-bottom:0px;text-decoration:none;top:"+mn+";height:"+height+"' id='down"+smc+"' href='"+la[2]+"'");
		if (la[3] != "") document.write(" target='" + la[3]+ "'");
		document.write(">&nbsp;<img src='images/arrow.gif' border=0> "+ la[1] + "</a>");

		self_menu[smc] = new Array(mn,height,0,mni);
		smc++;
		mni++;
		mn+=height;
		start = 1;
   }
   
   else // menu items
   {
		if(start == 1) 
		{
			if(N)mn+=2;
			document.write("<div class='item_panel' id='down"+smc+"' style='top:"+mn+"'>");
			start = 0;
		}
	     
		//building <A> Anchor link
		document.write("<a href='"+la[2]+"'");
		if (la[3] != "") document.write(" target='" + la[3] + "' ");
		document.write("><div class='item' id='d"+i+"' style='height:"+iheight);
		if (N) document.write(";width:130");
		document.write("' onmouseover='color(this.id)' onmouseout='uncolor(this.id)'>&nbsp;&nbsp;"+ la[1] + "</div></a>");
		csmc++;
	}
  }
  
  
  if (start == 0) 
  {
	document.write("</div>");
	h =  csmc * iheight;
	tmn = mn + 5; 
	self_menu[smc] = new Array(tmn,h,0,-2);
	name = "down" + (self_menu.length-1);
	obj = document.getElementById(name);
	obj.style.borderBottomColor = "darkblue";
	obj.style.borderBottomWidth = 1;
	obj.style.borderBottomStyle = "solid";
  }
  document.write("</div>");
}
  

function color(obj)
{
 document.getElementById(obj).style.backgroundColor = over_bgc;
 document.getElementById(obj).style.color = over_tc
}

function uncolor(obj)
{
 document.getElementById(obj).style.backgroundColor = bgc;
 document.getElementById(obj).style.color = tc
}

var prevnr = -1;
var prevc = -1;
var vprepare = "stop";
var step = 0;
function prepare(nr,c)
{
 if (open_close)
 {
  if(prevnr == -1)
  {
   if(self_menu[nr+1][2] == 0)
   {
   prevnr = nr;
   prevc = c;
   }
   else
   {
   prevnr = -1;
   prevc = -1;
   }
   step = 0;
   pull_down(nr,c);
  }
  else
  {
  if((step == 0) && (prevnr != -1))
  {
    if (self_menu[nr+1][2] == 1)
    {
     step = 0;
     prevnr = -1;
     prevc = -1;
     pull_down(nr,c);
    }
    else
    {
    step = 1;
    pull_down(prevnr,prevc);
    prevnr = nr;
    prevc = c;
    }
  }
  else
  {
    step = 0;
    pull_down(prevnr,prevc);
  }
 }}
 else {pull_down(nr,c);vprepare = "stop"}
}

function end_prepare()
{
 if (step == 1) prepare();
 else {if (timerID != "") clearTimeout(timerID);}
}

function pull_down(nr,c)
{
 if (timerID == "")
 {
 to = self_menu[nr+1][1]
 begin = nr + 2;
 if (timerID != "") clearTimeout(timerID);
 if (self_menu[nr+1][2] == 0)
 {
  self_menu[nr+1][2] = 1;
  if(nr == self_menu.length-2) {to++;}
  epull_down(begin,to,0);
 }
 else
 {
  to = 0;
  self_menu[nr+1][2] = 0;
  name = "down"+(nr+2);
  open_item = 0;
  for(i=0;i<nr;i++)
  {
   if(self_menu[i][2] == 1) 
    {open_item += self_menu[i][1];
    }
  }
  if (N == false) {open_item-= (c*1)};
  if (nr== self_menu.length-2) {val = self_menu[self_menu.length-1][1];to=-1;}
  else  val = parseInt(document.getElementById(name).style.top) -(open_item)-(c*height);
  epull_up(begin,to,val);
 }
 }
}

function epull_down(nr,to,nowv)
{
 if((nowv + steps) >= to) {vsteps = to - nowv;}
 else {vsteps = steps;}
 name = "down" + (nr-1);
 obj = document.getElementById(name).style.clip = "rect(0,"+width+","+(nowv+vsteps)+",0)";
 for (i=nr;i<self_menu.length;i++)
 {
  name = "down" + i;
  obj = document.getElementById(name);
  obj.style.top = parseInt(obj.style.top)+vsteps;
 }
 nowv+=vsteps;
 if(nowv < to) timerID = setTimeout("epull_down("+nr+","+to+","+nowv+")",speed);
 else {timerID = "";if(startid != "stop") open_all(); else end_prepare()}
}

function epull_up(nr,to,nowv)
{
 if((nowv-steps) <= to) {vsteps = nowv-to;nowv = 0;if(to == -1) vstep = nowv}
 else {vsteps = steps;}
 name = "down" + (nr-1);
 obj = document.getElementById(name).style.clip = "rect(0,"+width+","+nowv+",0)";
 for (i=nr;i<self_menu.length;i++)
 {
  name = "down" + i;
  obj = document.getElementById(name);
  obj.style.top = parseInt(obj.style.top)-vsteps;
 }
 nowv-=vsteps;
 if(nowv > to) timerID = setTimeout("epull_up("+nr+","+to+","+nowv+")",speed);
 else {timerID = "";end_prepare();}
}

var lb = new Array();

function startup(nr)
{
 write_menu();
 if(nr)
 {
 if(((nr.indexOf("|") != -1) || (nr.indexOf("all") != -1)) && (open_close == true)) alert("Error: the open_close property can only be used with a maximum of 1 default item.");
 if (nr == "all")
 {
 j = 0;
 for(i=0;i<self_menu.length;i++)
 {
  if(self_menu[i][3] != -2) {lb[j] = self_menu[i][3];j++;}
 }
 }
 else
 {
 lb = nr.split("|");
 }
 open_all();
 }
 else startid = "stop";
}

var startid = 0;
var open_part = 0;


function open_all()
{
 startid = lb[open_part];
 for(i=0;i<self_menu.length;i++)
 {
  if(self_menu[i][3] == startid) 
  {
  open_part++;
  prevnr = i;
  prevc = startid;
  pull_down(i,startid);
  i==self_menu.length;
  }
 }
 if(open_part == lb.length) startid = "stop";
 
}

// ---------------------------------------- Customed Menu ---------------------------------------------

  var Link = new Array();
  
  function LicensingMenu()
  {  
	//Link[nr] = "position [0 is menu/1 is item],Link name,url,target main (_blank|_top|main)"
	
	Link[0] = "0|Products";
	Link[1] = "1|Home Theater|ProductsByCategory.asp?CatID=1|_top";
	Link[2] = "1|Portable & Wireless|ProductsByCategory.asp?CatID=2|_top";
	Link[3] = "1|Personal Computer|ProductsByCategory.asp?CatID=3|_top";
	Link[4] = "1|Automotive|ProductsByCategory.asp?CatID=7|_top";

	Link[5] = "0|Technologies";
	Link[6] = "1|Mono & Stereo|LicensingTechMonoStereo.asp|_top";
	Link[7] = "1|Multichannel|LicensingTechMultichannel.asp|_top";
	Link[8] = "1|Headphone|LicensingTechHeadphone.asp|_top";
	Link[9] = "1|Voice|LicensingTechVoice.asp|_top";
	
	
	Link[10] = "2|Tech Partners|SRSPartners.asp|_top";
	Link[11] = "2|Resource Center|http://www.srslabs.com/license/Default.aspx|_top";
	

	startup();
	// startup(); to see no default items
	// startup("all"); to open all the items at the pageload
	// startup("1|2"); to open the first and the second item_panel
	// startup("4"); to open the fourth item_panel
  }
  function AboutUsMenu()
  {  
	//Link[nr] = "position [0 is menu/1 is item],Link name,url,target main (_blank|_top|main)"
	
	Link[0] = "0|About Us";
	Link[1] = "1|Management|irmanagement.asp|_top";
	Link[2] = "1|Awards|awards.asp|_top";	
	
	Link[3] = "0|Press";
	Link[4] = "1|SRS Releases|PressReleaseList.aspx|_top";
	Link[5] = "1|Partner Releases|PartnerReleases.aspx|_top";
	Link[6] = "1|Articles|MainArticles.asp|_top";	

	Link[7] = "2|Careers|Jobs.asp|_top";	
	Link[8] = "2|Investors|IRMain.asp|_top";	
	Link[9] = "2|ValenceTech|ValenceTechHome.asp|_top";
	
	/*
	Link[6] = "1|Resource Center|ResourceCenter.aspx|_top";	
	
	Link[7] = "2|Careers|Jobs.asp|_top";	
	Link[8] = "2|Investors|IRMain.asp|_top";	
	Link[9] = "2|ValenceTech|ValenceTechHome.asp|_top";
	*/
	startup();
  }
  
  function TechnologyProductMenu()
  {  
	//Link[nr] = "position [0 is menu/1 is item],Link name,url,target main (_blank|_top|main)"
	
	Link[0] = "0|Products with SRS";
	Link[1] = "1|By SRS Brand|ConsumerProductByTech.asp?TechID=2|_top";	
	Link[2] = "1|By Application|ConsumerProductByCategory.asp?CatID=1|_top";
	Link[3] = "1|By Technology Type|ConsumerTechMultichannel.asp|_top";	
	Link[4] = "2|Licensed Partners|SRSPartners.asp|_top";

	startup("1");
  }
  
  function ProAudioMenu()
  {  
	//Link[nr] = "position [0 is menu/1 is item],Link name,url,target main (_blank|_top|main)"
	
	Link[0] = "2|Circle Surround|ProAudio_CircleSurround.asp|_top";
	Link[1] = "0|Products";
	Link[2] = "1|Hardware|ProAudio_ProdHardware.asp|_top";
	Link[3] = "1|Software|ProAudio_ProdSoftware.asp|_top";
	Link[4] = "2|Partners/Clients|BroadcastPartners.asp|_top";
	Link[5] = "0|Applications";
	Link[6] = "1|Broadcast|ProAudio_AppBroadcast.asp|_top";
	Link[7] = "1|Film|ProAudio_AppFilm.asp|_top";
	Link[8] = "1|Music|ProAudio_AppMusic.asp|_top";
	Link[9] = "1|TV Commercials|ProAudio_AppTVCommercials.asp|_top";	
	Link[10] = "2|SRS Dealers|Dealers.asp|_top";
	Link[11] = "2|Creator's Club|http://www.srswowcast.com/about_us/wmptechlog.asp?lnkID=82|_top";
	Link[12] = "2|Register Warranty|ProductRegistration.aspx|_top";
	startup();
  }
  
  function SRSStoreMenu()
  {  
	//Link[nr] = "position [0 is menu/1 is item],Link name,url,target main (_blank|_top|main)"
	
	Link[0] = "0|Hardware";
	Link[1] = "1|WOW thing|http://www.srs-store.com/store/mall/prod_wt.asp|_top";
	
	Link[2] = "0|Software";
	Link[3] = "1|CS II Plug-in|http://www.srswowcast.com/about_us/wmptechlog.asp?lnkID=57|_top";
	Link[4] = "1|WOW XT Plug-in|http://www.srswowcast.com/about_us/wmptechlog.asp?lnkID=77|_top";
	Link[5] = "2|DVDs|http://www.srs-store.com/store/mall/dvd-home.asp|_top";
	
	/*
	Link[6] = "1|Subwoofer|http://www.srs-store.com/store/mall/inter_subwoofer.asp|_top";
	Link[7] = "1|Subwoofer|?|_top";
	Link[8] = "1|Center Channel|?|_top";
	Link[9] = "1|Dealer Information|?|_top";
	*/
	startup();
  }
  
  
  function IRMenu(){


  }
  
  
 var NOMENU = 6;
 var LICENSING = 0;
 var ABOUTUS = 1;
 var TECHNOLOGYPRODUCT = 2;
 var PROAUDIO = 3;
 var SRSSTORE = 4;
 
  
  function displayMenu(){
	
	if( typeof globalWhichMenu == 'undefined' ) globalWhichMenu = NOMENU;

	switch(globalWhichMenu){
		
		case LICENSING: LicensingMenu();	break;
		case ABOUTUS: AboutUsMenu();	break;
		case TECHNOLOGYPRODUCT: TechnologyProductMenu();	break;
		case PROAUDIO: ProAudioMenu();	break;
		case SRSSTORE: SRSStoreMenu();	break;
		case NOMENU: break;				
	}
  }
 
