// JavaScript Document
function open_newpopup()
{
	window.open("http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=Sanatana+Dharma+Kendra+897+Kifer+Road+Sunnyvale+CA+94086&amp;ie=UTF8&amp;cid=37374480,-122009970,4468313570335250800&amp;ll=37.395937,-122.001629&amp;spn=0.040913,0.051498&amp;z=13&amp;iwloc=A&amp;source=embed","","")	;
}
function showdiv(hidden_id,shown_id,annexe_id,dis_val)
{
		hidden_id + shown_id + annexe_id + dis_val;
		document.getElementById(hidden_id).style.display="block";
		document.getElementById(shown_id).style.display="none";
		document.getElementById(annexe_id).style.display=dis_val;
}
/******************* Left Navigation ************************/
function change_map(map_class){
	document.getElementById("chg_map").src=map_class;
}
function increase_iframe(){
	document.getElementById("map_container").style.width=300+"px";
	document.getElementById("frame_src").style.width=300+"px";
}
function decrease_iframe(){
	document.getElementById("map_container").style.width=20+"%";
	document.getElementById("frame_src").style.width=160+"px";
}
function load_roadmap(Fsrc,Fhref){
			document.getElementById("frame_src").src=Fsrc;
			document.getElementById("Fhref").href=Fhref;
}
function open_photoviewer(){
		window.open('../html/photo_viewer.html','','height=600px,top=10px');
}
function load_photo(iframesrc){
parent.document.getElementById("frame1").src=iframesrc;
}
function open_photopopup(popupval)
{
	window.open(popupval,'','height:100px, width:200px');
}
/****************************************** All phara animation *********************************/
function show_block_add(block_name){
		document.getElementById(block_name).style.display="block";
}