document.open();

function popUp(URL) {
param="home=1,toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=400";
window.open(URL,'',param); } 

document.write('<span style="position: absolute; left: 10; top: 5">');
document.write('<img src="images/xpherialogo.png">');
document.write('</span>');

document.write('<span style="position: absolute; left: 0; top: 63">');
document.write('<img width=500 height=2 src="images/navyline.gif">');
document.write('</span>');

document.write('<span style="position: absolute; left: 0; top: 0">');
document.write('<SCRIPT SRC="js/xpheria-menu.js"></SCRIPT>');
document.write('</span>');

document.write('<span style="position: absolute; left: 700; top: 5">');
document.write('<SCRIPT SRC="js/contact-privacy.js"></SCRIPT>');
document.write('</span>');

document.close();

