function newWin4(loc) {
newW4 = window.open(loc,"newW4", "width=2025,height=1200,left=0");
newW4.focus();
}
function newWin5(loc) {
newW5 = window.open(loc,"newW5", "width=800,left=200");
newW5.focus();
}
