function initpage() {
	var flashobj = returnObjById("flashcontent");
	flashobj.style.visibility = "visible";
}

function demoFromFlash(url){
	fb.loadAnchor(url, 'width:580 height:355 scrolling:no', '');
}
$(function() {
  $('.gmap').each(function(){
    $(this).attr("href", $(this).attr("href")+"&output=embed");
  });
});
