function maxWindow() {
	var x=(screen.width * .95);
	var y=(screen.height * .9);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.9));
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function maxWin(obj) {
	var x=(screen.width * .95);
	var y=(screen.height * .9);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.9));
	window.open(obj,'popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function bigWindow() {
	var x=(screen.width * .84);
	var y=(screen.height * .89);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.83));
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function doublePopup() {
	var x=(screen.width * .70);
	var y=(screen.height * .80);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.83));
	window.open('','double','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function transWindow(obj) {
	var x=(screen.width * .84);
	var y=(screen.height * .89);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.83));
	window.open(obj,'newpop','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function fullWindow() {
	var x=(screen.width * .85);
	var y=(screen.height * .75);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.7));
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function fullWin(obj) {
	var x=(screen.width * .85);
	var y=(screen.height * .80);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.7));
	window.open(obj,'newWin','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function newWindow() {
	var x=(screen.width * .55);
	var y=(screen.height * .65);
	var xPos = Math.round((screen.width/2)-(x/2));
	var yPos = Math.round((screen.height/2)-(y/2));
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function smallWindow() {
	var x=(screen.width * .35);
	var y=(screen.height * .3);
	var xPos = Math.round((screen.width/2)-(x/2));
	var yPos = Math.round((screen.height/2)-(y/2));
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function smallWin(obj) {
	var x=(screen.width * .35);
	var y=(screen.height * .3);
	var xPos = Math.round((screen.width/2)-(x/2));
	var yPos = Math.round((screen.height/2)-(y/2));
	window.open(obj,'menuWin','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function iraqWindow() {
	var x=(screen.width * .65);
	var y=(screen.height * .70);
	var xPos = Math.round((screen.width/2) - (x/2));
	var yPos = Math.round((screen.height/2) - (y/1.7));
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function picsWindow() {
	var x=(screen.width * .6);
	var y=(screen.height * .5);
	var xPos = Math.round((screen.width/2)-(x/2));
	var yPos = Math.round((screen.height/2)-(y/2));
	window.open('','pics','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
function enlarge() {
	var x=680;
	var y=520;
	var xPos = Math.round((screen.width/2)-(x/2));
	var yPos = Math.round((screen.height/2)-(y/2));
	window.open('','overlay','location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}

function helpWin() {
	var x=400;
	var y=300;
	var xPos = Math.round( (screen.width/2) - (x/2) );
	var yPos = Math.round( (screen.height/2) - (y/2) );
	window.open('','popup','location=no,menubar=no,toolbar=no,resizable=no,scrollbars=no,width=' + x + ',height=' + y + ',left=' + xPos + ',top=' +yPos + ',screenX=' + xPos + ',screenY=' + yPos, true);
}
