function new_window(url) {
if (document.all)
{var xMax = screen.width, yMax = screen.height}
else if (document.layers) {
var xMax = window.outerWidth, yMax = window.outerHeight
} else {
var xMax = 640, yMax=480
};

var xOffset = (xMax - 330)/2, yOffset = (yMax - 260)/2;

DealerWindow = window.open(url,'DealerDisplay','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=415,height=255,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
DealerWindow.focus();
}

function cas_popup(url) {
if (document.all)
{var xMax = screen.width, yMax = screen.height}
else if (document.layers) {
var xMax = window.outerWidth, yMax = window.outerHeight
} else {
var xMax = 640, yMax=480
};

var xOffset = (xMax - 562)/2, yOffset = (yMax - 330)/2;

RifleWindow = window.open(url,'RiflePopUpDisplay','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=415,height=255,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
RifleWindow.focus();
}

function tools_popup(url) {
if (document.all)
{var xMax = screen.width, yMax = screen.height}
else if (document.layers) {
var xMax = window.outerWidth, yMax = window.outerHeight
} else {
var xMax = 640, yMax=480
};

var xOffset = (xMax - 562)/2, yOffset = (yMax - 330)/2;

RifleWindow = window.open(url,'SlingshotPopUpDisplay','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=475,height=450,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
RifleWindow.focus();
}
