// JavaScript Document
function openAmericanBaby(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (145 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (200 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/ab_nov04.htm","Press1","status,height=400,width=290,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function redCarpet(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (306 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (198 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/redCarpet.html","Press1","status,height=396,width=612,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function wonders(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (500 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (358 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/7wonders.html","Press1","status,height=716,width=1000,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function size(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (175 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (216 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/size.html","Press1","status,height=432,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openChildBus1(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (165 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (205 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/childbus1.htm","Press2","status,height=410,width=330,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openUrbanBaby(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (220 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (200 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/urbanbaby.htm","Press3","status,height=400,width=440,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}

function openSpree(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (240 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (200 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/spree.htm","Press4","status,height=400,width=480,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openPhillyStyle(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (175 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (200 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/phillystyle.htm","Press5","status,height=400,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openEarnshaws(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (220 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (298 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/earnshaws.htm","Press6","status,height=596,width=440,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openChildBus2(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (230 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (200 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/childbus2.htm","Press7","status,height=400,width=460,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}

function openParentsBaby(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (190 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (265 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/parentsbaby.htm","Press8","status,height=530,width=380,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}

function openBoutique(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (240 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (200 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/boutique.htm","Press9","status,height=400,width=480,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}

function openParents1(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (180 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (225 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/parents1.htm","Press10","status,height=450,width=360,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openCollezioni(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (280 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (140 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/collezioni.htm","Press11","status,height=280,width=560,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openChildMagazine(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (285 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (165 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/childmag_mar05.htm","Press12","status,height=330,width=570,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function openChildrensBus(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (200 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (140 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/childbus_feb05.htm","Press13","status,height=280,width=400,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}

function press14(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (300 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (210 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/parents_apr05.htm","Press14","status,height=420,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function press16(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (180 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (250 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/nickjr_mar05.htm","Press16","status,height=500,width=360,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function press15(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (195 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (280 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/lucky_may05.htm","Press15","status,height=550,width=390,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function press17(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (335 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (225 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/child_apr05.htm","Press17","status,height=450,width=670,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function press19(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (180 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (255 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/vogue_mar05.htm","Press19","status,height=510,width=360,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function press18(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (150 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (220 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/earn_feb05.htm","Press18","status,height=440,width=300,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function press20(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (245 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (195 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/parentsbaby_may05.htm","Press20","status,height=390,width=490,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function new1(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (150 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (195 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/new1.html","","status,height=389,width=300,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function new2(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (150 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (195 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/new2.html","","status,height=390,width=300,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function new3(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (132 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (165 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/new3.html","","status,height=329,width=264,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function new4(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (250 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (184 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/new4.html","","status,height=367,width=500,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup1(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup1.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup2(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup2.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup3(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup3.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup4(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup4.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup5(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup5.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup6(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup6.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup7(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup7.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup8(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup8.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup9(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup9.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}
function popup10(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup10.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}
function popup11(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup11.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	winPress.focus();
}
function popup12(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup12.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup13(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup13.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup14(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup14.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup15(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup15.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup16(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup16.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}



function popup17(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup17.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup18(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup18.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup19(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup19.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup20(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup20.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup21(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup21.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup22(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup27.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup23(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup23.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup24(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup24.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup25(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup25.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup26(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup26.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup27(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup22.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup28(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup28.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup29(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup29.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}




function popup30(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup30.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup31(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup31.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup32(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup32.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup33(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup33.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}
function popup35(theURL,winName,features) { //v2.0
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (400 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (325 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var winPress = window.open("press/popup29.html","","status,height=650,width=800,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	winPress.focus();
}