﻿//alert ('test');



//Are Dentures Right For Me?

function gotoDenturesProsCons(){
	window.location = 'AreDenturesRight_ProsCons.aspx';
}

function gotoDenturesWhat(){
	window.location = 'AreDenturesRight_WhatAre.aspx';
}

function gotoDenturesTypes(){
	window.location = 'AreDenturesRight_Types.aspx';
}

function gotoDenturesAlternatives(){
	window.location = 'AreDenturesRight_Alternatives.aspx';
}



//Preparing For Dentures

function gotoPreparingSteps(){
	window.location = 'PreparingFor_Steps.aspx';
}

function gotoPreparingQuestions(){
	window.location = 'PreparingFor_Questions.aspx';
}

function gotoPreparingFeels(){
	window.location = 'PreparingFor_HowFeel.aspx';
}



//Living With Dentures

function gotoLivingEmotional(){
	window.location = 'LivingWith_Emotional.aspx';
}

function gotoLivingTemps(){
	window.location = 'LivingWith_Moving.aspx';
}

function gotoLivingInsert(){
	window.location = 'LivingWith_Insert.aspx';
}

function gotoLivingCaring(){
	window.location = 'LivingWith_Caring.aspx';
}

function gotoLivingAdhesives(){
	window.location = 'LivingWith_Adhesives.aspx';
}

function gotoLivingEating(){
	window.location = 'LivingWith_Eating.aspx';
}

function gotoLivingPartials(){
	window.location = 'LivingWith_Partials.aspx';
}

function gotoLivingStages(){
	window.location = 'LivingWith_5Stages.aspx';
}



//Caring For Dentures

function gotoCaringSystem(){
	window.location = 'CaringFor_System.aspx';
}

function gotoCaringRoutine(){
	window.location = 'CaringFor_Routine.aspx';
}

function gotoCaringProducts(){
	window.location = 'CaringFor_Choosing.aspx';
}



//Complete Care System

function gotoSystemDaily(){
	window.location = 'CaringFor_Choosing.aspx';
}

function gotoSystemSecure(){
	window.location = 'CaringFor_Choosing.aspx';
}

function gotoSystemClean(){
	window.location = 'CaringFor_Choosing.aspx';
}

function gotoSystemDownload(){
	window.location = 'PDFs/Product_Grid.pdf';
}



//Living With A Denture Wearer

function gotoWearerHelp(){
	window.location = 'LivingWithWearer_IHelp.aspx';
}

function gotoWearerPrepared(){
	window.location = 'LivingWithWearer_Prepared.aspx';
}

function gotoWearerKnow(){
	window.location = 'LivingWithWearer_NeedKnow.aspx';
}


