// JavaScript Document

new FloatLayer('floatlayer',5,5,10);
function detach(){
	lay=document.getElementById('floatlayer');
	l=getXCoord(lay);
	t=getYCoord(lay);
	lay.style.position='absolute';
	lay.style.top=t;
	lay.style.left=l;
	getFloatLayer('floatlayer').initialize();
	alignFloatLayers();
}

function show() {
  left.style.visibility = "visible";
  right.style.visibility = "visible";
  bottom.style.visibility = "visible";
 }
 
 function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); }

<!--

// -----------------------------------------------------------------------------

// Globals

// Major version of Flash required

var requiredMajorVersion = 8;

// Minor version of Flash required

var requiredMinorVersion = 0;

// Revision of Flash required

var requiredRevision = 0;

// the version of javascript supported

var jsVersion = 1.0;

// -----------------------------------------------------------------------------

// -->

