function viewer(object) {
	window.open(object,'viewer', "menubar=yes , status=yes , location=yes , toolbar=yes , resizable=yes");
}
function testimonials(object) {
        window.open(object,'testimonials', "menubar=yes , status=yes , location=yes , toolbar=yes , resizable=yes");
}


