function openSysReq() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/sysreq.html","SysReq","top="+y+",left="+x+",width=500,height=300,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1");
	w.focus();
	return;
}

function openZones() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/zones.html","zones","top="+y+",left="+x+",width=590,height=400,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=3");
	w.focus();
	return;
}

function openDexRev() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/dexrev.html","DexRev","top="+y+",left="+x+",width=600,height=450,location=0,menubar=0,toolbar=0,status=0,resizable=1,scrollbars=3");
	w.focus();
	return;
}

function openSmRev() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/smrev.html","SmRev","top="+y+",left="+x+",width=760,height=600,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=3");
	w.focus();
	return;
}

function openAirborne() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/airborne.html","Airborne","top="+y+",left="+x+",width=500,height=90,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=0");
	w.focus();
	return;
}

function openFedEx() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/fedex.html","FedEx","top="+y+",left="+x+",width=500,height=380,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1");
	w.focus();
	return;
}

function openUPS() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/ups.html","UPS","top="+y+",left="+x+",width=500,height=430,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=0");
	w.focus();
	return;
}

function openAdobe() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/adobe.html","Adobe","top="+y+",left="+x+",width=500,height=90,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=0");
	w.focus();
	return;
}

