
<!--
ScriptID = "The PRO Watermark";
Version = "1.0";
CreatedOn = "03/02/00";
Copyright = "Copyright Š 2000 NSYSTEMPRO";
Contact = "webmaster@nsystempro.com";

/* You May Edit the following: */

/* Image Location: */
Source = "http://www.optika.hu/optikak/Reider/Kepek/rlogani.gif";

/* URL for image to link to: */
Link = "http://www.optika.hu/optikak/Reider/reidernew.htm";

/* Image Border: */
Border = 0;

/* Text that appears before image is loaded: */
Alt = "Reider Optika";

/* Width and Height of image: */
Width = 100;
Height = 60;

/* How many pixels the image is from the scrollbar: */
Left = 5;
Top = 5;


/* DON'T EDIT BELOW HERE UNLESS YOU KNOW WHAT YOU'RE DOING */

if(document.all)
{
document.write("<SPAN ID=\"Watermark\" STYLE=\"position: absolute;\"><A HREF=\"" + Link + "\" TARGET=\"_blank\"><IMG SRC=\"" + Source + "\" WIDTH=\"" + Width + "\" HEIGHT=\"" + Height + "\" BORDER=\"" + Border + "\" ALT=\"" + Alt + "\"></A></SPAN>");
WmUpdate();
}
if(document.layers)
{
document.write("<LAYER ID=\"Watermark\" zIndex=\"1000\"><A HREF=\"" + Link + "\" TARGET=\"_blank\"><IMG SRC=\"" + Source + "\" WIDTH=\"" + Width + "\" HEIGHT=\"" + Height + "\" BORDER=\"" + Border + "\" ALT=\"" + Alt + "\"></A></LAYER>");
WmUpdate();
}
function WmUpdate()
{
if(document.all)
{
Watermark.style.pixelLeft = (document.body.scrollLeft + document.body.clientWidth) - (Width + Left);
Watermark.style.pixelTop = (document.body.scrollTop + document.body.clientHeight) - (Height + Top);
}
if(document.layers)
{
document.Watermark.left = (window.pageXOffset + window.innerWidth) - (Width + Left + 16);
document.Watermark.top = (window.pageYOffset + window.innerHeight) - (Height + Top + 16);
}

setTimeout("WmUpdate()",5);
}
//-->
