function openWindow1(imgUrl,name)
{
	photo = window.open("html/about.htm","MISTY","width=550,height=650,top=50,left=250,scrollbars=Yes")
	photo.focus();
}

function openWindow2(imgUrl,name)
{
	photo = window.open("html/facilities.htm","GLENROCK","width=700,height=650,top=30,left=80,scrollbars=Yes")
	photo.focus();
}

function openWindow3(imgUrl,name)
{
	photo = window.open("html/tariff.htm","GLENROCK","width=508,height=330,top=80,left=250,scrollbars=no")
	photo.focus();
}

function openWindow4(imgUrl,name)
{
	photo = window.open("html/Photos.htm","GLENROCK","width=770,height=620,top=50,left=150,scrollbars=Yes")
	photo.focus();
}


function openWindow5(imgUrl,name)
{
	photo = window.open("html/Location.htm","GLENROCK","width=800,height=650,top=30,left=150,scrollbars=Yes")
	photo.focus();
}


function openWindow6(imgUrl,name)
{
	photo = window.open("html/Contact.htm","GLENROCK","width=980,height=430,top=100,left=20,scrollbars=no")
	photo.focus();
}

