submit_comment_on = new Image(113, 56);
submit_comment_off = new Image(113, 56);
submit_comment_on.src = "http://www.pennwellblogs.com/pnjb/images/button_submit_comment_on.gif";
submit_comment_off.src = "http://www.pennwellblogs.com/pnjb/images/button_submit_comment_off.gif";

searchblog_on = new Image(56, 56);
searchblog_off = new Image(56, 56);
searchblog_on.src = "http://www.pennwellblogs.com/pnjb/images/button_search_on.gif";
searchblog_off.src = "http://www.pennwellblogs.com/pnjb/images/button_search_off.gif";

searchblog2_on = new Image(56, 56);
searchblog2_off = new Image(56, 56);
searchblog2_on.src = "http://www.pennwellblogs.com/pnjb/images/button_search_on.gif";
searchblog2_off.src = "http://www.pennwellblogs.com/pnjb/images/button_search_off.gif";

function blog_img_on(imgid) {
	if (document.images) {
        document [imgid].src = eval(imgid + "_on.src");
    }
}
		
function blog_img_off(imgid) {
	if (document.images) {
        document [imgid].src = eval(imgid + "_off.src");
    }
} 
