/* Authored by scott schlegel, Ralphhenry Design 2005 */

function maxpop(url, tall, wide) {
	window.open(url,'pop','width=' + wide + ',' + 'height=' + tall + 'scrollbars=yes,toolbar=no,resizable=yes');
	}