<!-- 
if (!document.floatcatalog)
document.write('<div id="Catalogfloat" style="position:absolute">')
document.write('<layer id="Catalogfloat">');
document.write('<a href="http://www.cmslaser.com/sample-evaluation"><img src="http://www.cmslaser.com/images/evaluation.gif" border="0" alt="click for catalog" border="4" vspace="1"></a><br>');
document.write('</layer>');
if (!document.floatcatalog)
document.write('</div>')
function floaterfunction()
{
	var coordx = 10,
	coordy = 300;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.floatcatalog[id];
		if(document.floatcatalog)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = coordx;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= coordy;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - coordy - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Catalogfloat");
	LoCate_XY();
}
floaterfunction();
//  End -->