function newWindow(exlink) {
if(screen.width<900){
		dogWindow = window.open(exlink, 'dogWin','width=700,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')
}
}

