I'm not quite good in JS, so I need a little help.
I am using the menu and most of the menu items are linking to another domain like http://www.xyz.com/<different sites>.
Currently, I am writing this url hard-coded in each menu link, but I would prefer to write it in a JavaScript variable in one of the first lines and use it then
<a href="variable+\"/site1.htm\" "
or similar.
As you see, I don't even know in which of the both files I have to declare the variable und also not the correct syntax to use this variable in the links.
Maybe someone can help me ??


Thanks in advance
Thomas