function processImage(){
	//alert('img')
	document.getElementById("brandLogo").className = 'brandLogoOn';
}

function processFile(){
	//alert('file')
	objDoc = window.frames[0].document.body
	strContent = objDoc.innerHTML;
	if (strContent.indexOf("server error") == -1){		
		objDoc.style.fontSize='12'
		objDoc.style.fontFamily='Arial'
		dyniframesize();		
	}
}