<!--Hide script from old browsers

function newWindow(photovert) {
	cartoonWindow = window.open(photovert, "photoWin", "width=500,height=550")
	cartoonWindow.focus()
}

// End hiding script from old browsers -->