/*  EVENTRON Password JS
	Copyright 2007
*/

function initPassword() {
	var w = new Image(); w.src = '/i/a/wb.gif';
	var b = new Image(); b.src = '/i/b/emailpw.gif';
	var bd = new Image(); bd.src = '/i/b/emailpw.d.gif';
	$('pwsub').onmousedown = function() { this.firstChild.src = '/i/b/emailpw.d.gif' };
	$('formpassword').onsubmit = function() { $('pwsub').firstChild.src = '/i/b/emailpw.d.gif'; };
}

Event.onReady(initPassword);
