// JavaScript Document

function viewMore(url,type) {
	if (type == "blurb") {
		height = 340;
	}
	if (type == "testimonial") {
		height = 250;
	}
	WindowPop = window.open( url, type, "status=1, height="+height+", width=500, resizable=0" );
	WindowPop.focus();
}

// to rotate testimonial quotes on home page


