function movepic() {

		var next = document.getElementById('bNext');
		var tstart2 = document.getElementById('changeme2');

		if(tstart2 != null){

			next.src="http://www.usuite.com/client_logos/dsd/submitbutton2.gif";
		
		}
}
