// JavaScript Document


function EnterSite(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function fscreen(l) {
window.open(l,'neww','left=0,top=0,menubar=no,location=yes,titlebar=no,directories=no,resizable=yes,scrollbars=yes,status=no, width='+screen.width+', height='+screen.height)
}

function fadein(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}

hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top left',
	fade: 2
});


hs.wrapperClassName = 'borderless';
