//********************************************************
function showAlert() {
	if (chkflash() == 'NG') {
		document.write('<p>We recommend using the latest Flash Player to view this page. Please go to website to update <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player.</a></p>');
	}

if (kl_windowwidth() < 944 || kl_windowheight() < 634) {
		document.write('<p>Please view this content  in monitors with 1024*768 or higher resolution.</p>');
	}
}
