function initForm () {
	if (document.forms && document.forms.length>0) {
		assignInfoLockTips();
	}
}

Event.addEvent(window,"load",initForm);
