
function PageLoad() {
	
	var osID = document.getElementById('sid');
	try {
		osID.focus();
	}catch(e){}

	if (bShowInvalidLogin){
		alert(sLoginErrorMsg);
	}
	
	HandleResize()
}