/********************************************************************
	WTNavBar.js   -- By Yan Chen  03/10/2002
	Client side support scripts for NavBar.asp
*********************************************************************/
var formObj;

function document_onLoad() {
	try {
    	parent.WTactionFrame.WTsetMenu(parent.WTactionFrame.WTMS_EDIT);
	}
	catch(e) {
		// Ignore errors
	}
}