I am working with an established .
js file whereby I am needing to determine if a user is coming from a particular virtual site as to whether to expose the menu option or not on the web page. The 2 menu items BOLDED below is where I need NOT display these menu options if the user is coming from a particular site. ANY HELP OR DIRECTION IS APPRECIATED. Thank you.
Here is my code:
arMenu3 = new Array(
120, //menu width
320, //left
120, //top
"#000000", //font color
"#000000", //font mouseover color
"#EEEEEE", //background color
"#CCCCCC", //background mouseover color
"#999999", //border color
"#999999", //seperator color
"Lab Test Consent Forms","http://XXXXweb018/Legal/consent.htm#5",0,
"Order Book (LAB 202)","/hmfw7/general/lab202.pdf",0,
"Point of Care Protocols","/hmfw7/poc/index.htm",0,
"Release of Body","http://XXXXXweb01/hmfw8/HPolicy/602revdofbody.doc",0,
"Specimen Collection","/hmfw7/collections/index.asp",0,
"Transfusion Services","/hmfw7/bbprotocols/index.asp",0