<!--
function winPopperPage(location) {
	url = '';

	if (location.substr(0,4) == "http") {
		url = location;
	} else {
		url = "http://www.ctmtonline.com/" + location;
	}

	var Images = window.open(location,'ViewFile','toolbar=no,location=no,directories=no,status=yes,menubar=yes,resizable=yes,copyhistory=no,scrollbars=yes,width=675,height=475,left=75,top=25');
	Images.focus()
}
//-->
