// JavaScript Document
function openCal()
{
	window.open('priceCalculator.jsp', 'calWindow', 'scrollbars=yes,width=760,height=550');
}
function openperiodtable()
{
	window.open('periodtable.htm', 'periodWindow', 'scrollbars=no,width=620,height=502');
}
function openfees()
{
	window.open('fees2006.htm', 'feesWindow', 'scrollbars=no,width=1075,height=680');
}
function opengallery()
{
	window.open('smartThumb.jsp', 'calWindow', 'scrollbars=no,width=600,height=350');
}
function opencurrency()
{
	window.open('http://www.expedia.ca/pub/agent.dll?qscr=curc&zz=988323152860&&zz=1107368000125&&&zz=1103262013812&', 'currencyWindow', 'scrollbars=yes,width=760,height=550');
}

