/*
Copyright (c) 1999-2002 Advanced Designs Software, Beverly, MA.  All rights reserved
Advanced Designs Software,  www.adesigns.com
*/

/* When using this script, add 40 to both height and width */
function opn_win(thedoc,width,height)
{
var newWindow = window.open("images/" + thedoc,"popwin","width="+width+",height="+height+",scrollbars,resizable");
newWindow.focus();
}

xmldso.async = false;
xmldso.load("J27cml.xml");
var xmldoc = xmldso.cloneNode(true);
xmldoc.documentElement.transformNodeToObject(getFleet.XMLDocument.documentElement,xmldso.XMLDocument);
xmldso2.async = false;
xmldso2.load("J27races.xml");
var xmldoc2 = xmldso2.cloneNode(true);
xmldoc2.documentElement.transformNodeToObject(getRaces.XMLDocument.documentElement,xmldso2.XMLDocument);


 

