﻿function map(){var latlng=new google.maps.LatLng(-41.148034,175.011252);var myOptions={zoom:16,center:latlng,mapTypeId:google.maps.MapTypeId.ROADMAP};var map=new google.maps.Map(document.getElementById("map"),myOptions);var marker=new google.maps.Marker({position:latlng,title:"Silverspoon",animation:google.maps.Animation.DROP});marker.setMap(map);}function menu(id){$("#brunch_menu_tab").removeClass("selected").addClass("notselected");$("#dinner_menu_tab").removeClass("selected").addClass("notselected");$("#drinks_menu_tab").removeClass("selected").addClass("notselected");$("#"+id+"_menu_tab").removeClass("notselected").addClass("selected");$("#brunch_menu").fadeOut(1000);$("#dinner_menu").fadeOut(1000);$("#drinks_menu").fadeOut(1000);setTimeout(function(){$('#'+id+'_menu').fadeIn(1000);},1000);}
window.onresize=function(event){document.getElementById("content_inner").style.minHeight=document.getElementById('height_div').offsetHeight-287+'px';}
function load_page(){document.getElementById("content_inner").style.minHeight=document.getElementById('height_div').offsetHeight-287+'px';$('.nojs').attr('href','javascript:void(null)');}
function login_drop(){$("#login_box").animate({'margin-top':'-30px'},300);}function login_rise(){$("#login_box").animate({'margin-top':'-115px'},300);}
function login(){$.post("facebook/login.php",{email:$('#login_email').val(),password:$('#login_password').val()},function(data){document.getElementById('result').innerHTML=data;if(document.getElementById('login_result').innerHTML=="yes"){successful_login();}else{alert('Incorrect Login')}});}
function successful_login(){$('#home_content').hide();$('#functions_content').hide();$('#contact_content').hide();$('#home_content_edit').show();$('#functions_content_edit').show();$('#contact_content_edit').show();$('#home_content_button').show();$('#functions_content_button').show();$('#contact_content_button').show();}
function update(id){var params={};params[id]=$('#'+id+'_content_edit').val();$.post("update.php",params,function(data){alert('Updated');});}
function navigate(id){login_rise();$("#content_1").fadeOut(250);$("#content_2").fadeOut(250);$("#content_3").fadeOut(250);$("#content_4").fadeOut(250);$("#"+id).delay(251).fadeIn(500);if(id=='content_4'){setTimeout(function(){map()},1000);}}
