// JavaScript Document - Robert Pisani

function closeWin(val){

	if(val == 1){
		document.getElementById("sidebar").style.visibility="hidden";
	}
}
