function show_popout(id){
	$(id).style.display = "block";
}
function hide_popout(id){
	$(id).style.display = "none";
}
try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
