// tour.js
document.write('<script language="javascript1.2">');
document.write('l_numWidth = 750;');
document.write('l_numHeight = 500;');
document.write('window.moveTo((screen.width - l_numWidth) / 2, (screen.height - l_numHeight) / 2)');
document.write('</script>');
