
function vpiOver(strName) {
	if (document.images) {
		document.images[strName].src = 'http://www.sunwellnessmag.com/' + strName + 'b.gif';
        }
}
			
function vpiOut(strName) {
	if (document.images) {
		document.images[strName].src = 'http://www.sunwellnessmag.com/' + strName + 'a.gif';
	}
}
