window.defaultStatus='ChoiceStream: Real Relevance. Real Results.';



// image popup window script //

function popUp(thePage,popupWidth,popupHeight){
	theTarget = "_blank";
	showToolbar = "no";
	theWidth = popupWidth + 40;	// add 40px to compensate for browser chrome
	theHeight = popupHeight + 40;	// ditto
	window.open(thePage,theTarget,'toolbar=' + showToolbar + ',location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + theWidth + ',height=' + theHeight);
}



function pageInit() {
	setupZoom();	// allow for image zoom
}

window.onload = pageInit;