﻿function gotoDefault()
  {
  window.location.assign("default.html")
  }

function gotoEquipment()
  {
  window.location.assign("photographerequipment.html")
  }

function gotoWeddingphotographer()
  {
  window.location.assign("weddingphotographer.html")
  }

function gotoPortraitphotographer()
  {
  window.location.assign("portraitphotographer.html")
  }

function gotoAffordable()
  {
  window.location.assign("affordablephotographer.html")
  }

function gotoPrices()
  {
  window.location.assign("photographerprices.html")
  }

function gotoLinks()
  {
  window.location.assign("hotlinks.html")
  }

function gotoContact()
  {
  window.location.assign("contactphotographer.html")
  }

function gotoGalleries()
  {
  window.location.assign("galleries.html")
  }

function gotoQuestions()
  {
  window.location.assign("questionsforaphotographer.html")
  }
  
function gotoWeddings()
  {
  window.location.assign("galleryWeddings.html")
  }
  
function gotoLanscapes()
  {
  window.location.assign("galleryLandscapes.html")
  }
  
function gotoAction()
  {
  window.location.assign("galleryAction.html")
  }
  
function gotoPortraits()
  {
  window.location.assign("galleryPortraits.html")
  }