function newWindow(exlink) {
if(screen.width<900){
		dogWindow = window.open(exlink, 'dogWin','width=750,height=450,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,status=yes,resizable=yes')
}
else{
dogWindow = window.open(exlink, 'dogWin','width=900,height=550,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,status=yes,resizable=yes')
}
}

function newWindow1(exlink1) {
if(screen.width<900){
		dogWindow1 = window.open(exlink1, 'dogWin1','width=700,height=450,scrollbars=yes,toolbar=yes,location=yes,status=yes,resizable=yes')
}
else{
dogWindow1 = window.open(exlink1, 'dogWin1','width=900,height=550,scrollbars=yes,toolbar=yes,location=yes,status=yes,resizable=yes')
}
}

function newWindow2(exlink2) {

		dogWindow2 = window.open(exlink2, 'dogWin2','width=450,height=350,scrollbars=yes,toolbar=no,location=no,status=yes,resizable=yes')
}

function counseling(counsel) {
if(screen.width<900){
		counselWindow = window.open(counsel, 'dogWin2','width=700,height=450,scrollbars=yes,toolbar=yes,location=yes,status=yes,resizable=yes')
}
else{
counselWindow = window.open(counsel, 'dogWin2','width=900,height=550,scrollbars=yes,toolbar=yes,location=yes,status=yes,resizable=yes')
}
}
