function loadHtm(cPage) {
	location.href=cPage;
}

function brsize(pSz) {
	if (pSz == "1024") {
		top.resizeTo(1024, 768);
		return;
	}
}