function newWinChekClinic() {
TheNewWinChekClinic =window.open("chekclinicbrochure_eg.html",'ChekClinicWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=750,height=366,top=50,left=50');

TheNewWinChekClinic.focus();
}

function newWinAtwoods() {
TheNewWinAtwoods =window.open("atwoodslogo_eg.html",'AtwoodsWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=637,height=470,top=50,left=50');
TheNewWinAtwoods.focus();
}

function newWinEcoquest() {
TheNewWinEcoquest =window.open("ecoquestleaflet_eg.html",'EcoquestWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=450,top=50,left=50');
TheNewWinEcoquest.focus();
}

function newWinPhase4() {
TheNewWinPhase4 =window.open("phase4_testimonial_letter.html",'Phase4Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=450,top=50,left=50');
TheNewWinPhase4.focus();
}

function newWinTrentham() {
TheNewWinTrentham =window.open("trenthaminvest_testimonial_letter.html",'TrenthamWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=450,top=50,left=50');
TheNewWinTrentham.focus();
}

function newWinMundays() {
TheNewWinMundays =window.open("mundays_testimonial_letter.html",'MundaysWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=450,top=50,left=50');
TheNewWinMundays.focus();
}

function newWinLogos() {
TheNewWinLogos =window.open("brandinglogodesign.html",'LogosWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=450,top=50,left=50');
TheNewWinLogos.focus();
}

//*** Code to make window open underneath other windows***
function goNewWin() {
//***Get what is below onto one line***
TheNewWin =window.open("popunderexample.html",'TheNewpop','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1'); 
//***Get what is above onto one line*** 

TheNewWin.blur();
}
