// displaying the current date in full

days = new Array(7);    days[0] = "Sunday";
			days[1] = "Monday";
			days[2] = "Tuesday";
			days[3] = "Wednesday";
			days[4] = "Thursday";
			days[5] = "Friday";
			days[6] = "Saturday";

mth = new Array(12);    mth[0] = "January";
			mth[1] = "February";
			mth[2] = "March";
			mth[3] = "April";
			mth[4] = "May";
			mth[5] = "June";
			mth[6] = "July";
			mth[7] = "August";
			mth[8] = "September";
			mth[9] = "October";
			mth[10] = "November";
			mth[11] = "December";

// all these are used to get the 'date'
today = new Date()
day = today.getDay()
date = today.getDate()
day = today.getDay()
month = today.getMonth()
yr = today.getYear()



// opening disclaimer
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_disclaimer()
{
	CW=window.open("opening_disclaimer.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening hours
x = parseInt(window.screen.width) / 2 - 400;
y = parseInt(window.screen.height) / 2 - 160;

function opening_hours()
{
	CW=window.open("opening_hours.asp","popUp","height=320,width=800,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening practice development photos
x = parseInt(window.screen.width) / 2 - 400;
y = parseInt(window.screen.height) / 2 - 300;

function opening_practice_development_photos()
{
	CW=window.open("opening_practice_development_photos.asp","popUp","height=600,width=820,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening carole sutton
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_carole_sutton()
{
	CW=window.open("opening_carole_sutton.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening chris batiste
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_chris_batiste()
{
	CW=window.open("opening_chris_batiste.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening donald hamilton
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_donald_hamilton()
{
	CW=window.open("opening_donald_hamilton.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening evelyn wiggett
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_evelyn_wiggett()
{
	CW=window.open("opening_evelyn_wiggett.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening george england
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_george_england()
{
	CW=window.open("opening_george_england.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening helen chandler
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_helen_chandler()
{
	CW=window.open("opening_helen_chandler.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening hudson family
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_hudson_family()
{
	CW=window.open("opening_hudson_family.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening margaret ford
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_margaret_ford()
{
	CW=window.open("opening_margaret_ford.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening martin hackett
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_martin_hackett()
{
	CW=window.open("opening_martin_hackett.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening martin hunt
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_martin_hunt()
{
	CW=window.open("opening_martin_hunt.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening masood khan
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_masood_khan()
{
	CW=window.open("opening_masood_khan.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening naomi blake
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_naomi_blake()
{
	CW=window.open("opening_naomi_blake.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening rebecca kite
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_rebecca_kite()
{
	CW=window.open("opening_rebecca_kite.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening sally beckett
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_sally_beckett()
{
	CW=window.open("opening_sally_beckett.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening mr barrington
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_mr_barrington()
{
	CW=window.open("opening_mr_barrington.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening sheila green
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_sheila_green()
{
	CW=window.open("opening_sheila_green.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening ronald parkes
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_ronald_parkes()
{
	CW=window.open("opening_ronald_parkes.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening joan parkes
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_joan_parkes()
{
	CW=window.open("opening_joan_parkes.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening janet palmer
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_janet_palmer()
{
	CW=window.open("opening_janet_palmer.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening kate fisher
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_kate_fisher()
{
	CW=window.open("opening_kate_fisher.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening selina smith
x = parseInt(window.screen.width) / 2 - 200;
y = parseInt(window.screen.height) / 2 - 250;

function opening_selina_smith()
{
	CW=window.open("opening_selina_smith.asp","popUp","height=500,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,fullscreen=0");

	CW.moveTo(x,y);
}



// opening newspaper articles
function newspaper_1()
{
  newWin = window.open("images/newspaper_1.jpg","popUp","height=450,width=395,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function newspaper_2()
{
  newWin = window.open("images/newspaper_2.jpg","popUp","height=605,width=395,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function newspaper_3()
{
  newWin = window.open("images/newspaper_3.jpg","popUp","height=625,width=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function newspaper_4()
{
  newWin = window.open("images/newspaper_4.jpg","popUp","height=960,width=715,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}



// opening midlands awards
function midlands_1()
{
  newWin = window.open("images/dentistry_photos/dentistry_photos_1.jpg","popUp","height=438,width=442,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function midlands_2()
{
  newWin = window.open("images/dentistry_photos/dentistry_photos_2.jpg","popUp","height=438,width=442,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function midlands_3()
{
  newWin = window.open("images/dentistry_photos/dentistry_photos_3.jpg","popUp","height=438,width=442,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function midlands_4()
{
  newWin = window.open("images/dentistry_photos/dentistry_photos_4.jpg","popUp","height=438,width=442,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}
