function check_brswr(){
	if ((navigator.appName.indexOf("Explorer") != -1) && (navigator.appVersion.indexOf("5.5") != -1)){
		document.getElementById("sample_content").style.marginLeft = 2+"px";
		document.getElementById("learn_more_div").style.paddingBottom = 23+"px";
		document.getElementById("img_one").style.marginTop = 7+"px";
		document.getElementById("img_two").style.marginTop = 10+"px";
		document.getElementById("img_three").style.marginTop = 10+"px";
	}else{}
}

function js_summary_helper(asterick_id){
	document.getElementById(asterick_id).style.backgroundColor = "#F9848E";
	document.getElementById(asterick_id).style.paddingLeft = 2+'px';
	document.getElementById(asterick_id).style.paddingRight = 2+'px';
}