$(document).ready(function() {
	jQuery('button').hover(function() {
	    jQuery(this).css('background-color', 'C07436');
	}, function() {
    	jQuery(this).css('background-color', '470000');
	});
});
function viewpic(s) {
	 window.open(s,'win421','channelmode=0, toolbar=0, location=0, directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=600,left=55,top=40');
	 if(window.event) {
	     window.event.returnValue=false;
	 }   
}

