function ConfirmMsg(msg){
	var flg = confirm(msg);
    return flg;
}
function ChangeBgcolor(o,color) {
	o.style.backgroundColor = color;
}

function loading() {
	if(document.all){
		SUB.style.visibility = "hidden";
		MAIN.style.visibility = "visible";
		return 0;
	}
}

lt = new Array(2);
lt[0] = new Date().getTime();

self.name="MAIN";
