/* Fix for IE Image flicker */

function showDtls(id, st){
	if(st==0){
		document.getElementById("info"+id).style.visibility = "visible";
	} else {
		document.getElementById("info"+id).style.visibility = "hidden";
	}
}
function downloadBrch (url) {
window.open(url, 'Brochure', 'width=930,height=800,resizable=yes,location=no,scrollbars=yes,menubar=no,status=no');
}