
function init()
{
	if ( !top.location.href.match(/default\.html/gi)) 
	{
		top.location.href="default.html"
	}
}

function getLink(sMainURL, sTopURL)
{
	if(sMainURL==null)
	{
		sMainURL=""
	}
	if(sTopURL==null)
	{
		sTopURL=""
	}
	
	if(sMainURL!="")
	{
		top.MAINAREA.location.href=sMainURL
	}
	else
	{
		top.reSizeFrame("210,0,800,210")
	}
	if(sTopURL!="")
	{
		top.TOPBAR.location.href=sTopURL
	}
}

function openInNew(sURL, sWindow, sparam)
{
	window.open(sURL,sWindow,sparam)
}

function openLink(sURL)
{
	openInNew(sURL, "", "toolbar=1, status=1, resizable=1, location=1, scrollbars=1")
}

function showPhoto(sPhoto)
{
	openInNew(sPhoto, "PHOTO", "toolbar=0, status=0, resizable=0, location=0, scrollbars=0")
}
