// JavaScript Document

//Photo 1
function openWin1(whatsnew1) {
	myWin1= window.open('images/whatsnew/1.jpg','','width=244, height=163, left=80, top=80');
	}
	
function closeWin1(whatsnew1)
{
myWin1.close('images/whatsnew/1.jpg','','width=244, height=163, left=80, top=80');
}


//Photo 2
function openWin2(whatsnew2) {
	myWin2= window.open('images/whatsnew/2.jpg','','width=122, height=217, left=80, top=80');
	}
	
function closeWin2(whatsnew2)
{
myWin2.close('images/whatsnew/2.jpg','','width=122, height=217, left=80, top=80');
}

//Photo 3
function openWin3(whatsnew3) {
	myWin3= window.open('images/whatsnew/3.jpg','','width=214, height=147, left=80, top=80');
	}
	
function closeWin3(whatsnew3)
{
myWin3.close('images/whatsnew/3.jpg','','width=214, height=147, left=80, top=80');
}

//Photo 4
function openWin4(whatsnew4) {
myWin4 = window.open('images/whatsnew/4.jpg','','width=234, height=157, left=80, top=80');
}

function closeWin4(whatsnew4)
{
myWin4.close('images/whatsnew/4.jpg','','width=234, height=157, left=80, top=80');
}

//Photo 5
function openWin5(whatsnew5) {
myWin5 = window.open('images/whatsnew/5.jpg','','width=154, height=123, left=80, top=80');
}

function closeWin5(whatsnew5)
{
myWin5.close('images/whatsnew/5.jpg','','width=154, height=123, left=80, top=80');
}

//Photo 6
function openWin6(whatsnew6) {
myWin6 = window.open('images/whatsnew/6.jpg','','width=220, height=146, left=80, top=80');
}

function closeWin6(whatsnew6)
{
myWin6.close('images/whatsnew/6.jpg','','width=220, height=146, left=80, top=80');
}

//Photo 7
function openWin7(whatsnew7) {
myWin7 = window.open('images/whatsnew/7.jpg','','width=191, height=127, left=80, top=80');
}

function closeWin7(whatsnew7)
{
myWin7.close('images/whatsnew/7.jpg','','width=191, height=127, left=80, top=80');
}

//Photo 8
function openWin8(whatsnew8) {
myWin8 = window.open('images/whatsnew/8.jpg','','width=247, height=165, left=80, top=80');
}

function closeWin8(whatsnew8)
{
myWin8.close('images/whatsnew/8.jpg','','width=247, height=165, left=80, top=80');
}

//Photo 9
function openWin9(whatsnew9) {
myWin9 = window.open('images/whatsnew/9.jpg','','width=229, height=153, left=80, top=80');
}

function closeWin9(whatsnew9)
{
myWin9.close('images/whatsnew/9.jpg','','width=229, height=153, left=80, top=80');
}


//Photo 10
function openWin10(whatsnew10) {
myWin10 = window.open('images/whatsnew/10.jpg','','width=138, height=185, left=80, top=80');
}

function closeWin10(whatsnew10)
{
myWin10.close('images/whatsnew/10.jpg','','width=138, height=185, left=80, top=80');
}
