//launch the window for pageflipper
function launchFlipperWindow(which){
	var popped = window.open(which.href, 'flipperWindow', 'width=815,height=630,location=0,resizable=1');
	if (window.focus) {popped.focus()}

	return false;
}