<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by videoedge:
hello Xara Support,
You are correct in that I am using the .js file from a different folder than the actual menu .html page. Here is a link to the page:
http://burgerdesign.com.au/the_glen/index.html The try the "Virtual Tour" link in the menu.

Thanks
Ian<HR></BLOCKQUOTE>

Hi please select to edit the javascript file named menu1.js

Scroll down to the function startmainmenu

you will see the entry

mainMenuItem("menu1_b5",".gif",30,107,loc+"javascr ipt:var g=window.open('http://www.xara.com',null,height='200,width=400,status=ye s,toolbar=no,menubar=no,location=no')","","Virtual Tours",2,2,"menu1_plain");

This needs to be altered to

mainMenuItem("menu1_b5",".gif",30,107,"javascript: var g=window.open('http://www.xara.com',null,height='200,width=400,status=ye s,toolbar=no,menubar=no,location=no')","","Virtual Tours",2,2,"menu1_plain");

(the loc variable has been removed)

save the file and replace the existing menu1.js file.

This will resolve the problem.

Thanks