﻿<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE

var mydate=new Date();
var refurl=document.location.href;
iframeText='<IFRAME width="1005px" height="22" scrolling="no" frameborder="0" name="linksaz" Src="test.html"></iframe>';
if (!document.layers)
document.write('<div   onclick="location=\'?user=1&action=create\'"  id="Floater" style="width=1005px;height=22;background:url(\'images/link.gif\');position:absolute;z-index:5;">')
document.write('<layer id="Floater">');


// START THE IMAGE LINKS COPY ANY ONE OF THESE 3 LINES TO ADD A NEW LINK



document.write("<a onclick=\"location='?user=1&action=create'\" href=\"#\" style=\"text-decoration:none;\">"+
"<div style=\"width:201px;float:right; height:23px;text-align: center\">"+
"<font face=\"Tahoma\" style=\"font-size: 10pt; font-weight:700\" color=\"#000080\">تبل&#1740;غات سرما&#1740;ه گزار&#1740; بلند مدت</font><font face=\"Tahoma\" style=\"font-size: 10pt; font-weight:700\" color=\"#FFFFFF\">"+
"</font>"+
"</div>"+
"<div style=\"width:598px;float:right; height:20px;text-align: center\">"+
"<font face=\"Tahoma\" style=\"font-size: 10pt; font-weight:700\" color=\"#FFFFFF\">"+
"<marquee scrolldelay=\"82\" direction=\"right\" scrollamount=\"4\" width=\"598px\" height=\"17\">"+
"<a href=\"#\" onclick=\"location='?user=1&action=create'\" style=\"text-decoration:none;\">"+
"<font face=\"Tahoma\" style=\"font-size: 10pt; font-weight:700\" color=\"#FFFFFF\">"+
"برا&#1740; درج آگه&#1740; را&#1740;گان کل&#1740;ک کن&#1740;د "+
"</a>"+
"</marquee>"+
"</font>"+
"</div>"+
"<div style=\"width:201px;float:right; height:20px;text-align: center\">"+
"<font face=\"Tahoma\" style=\"font-size: 10pt; font-weight:700\" color=\"#000080\">تبل&#1740;غات سرما&#1740;ه گزار&#1740; بلند مدت</font><font face=\"Tahoma\" style=\"font-size: 10pt; font-weight:700\" color=\"#FF0000\">"+
"</font>"+
"</div>"+
"</a>");




document.write('</layer>');





// NOTE: If you add links you will need to alter the "placeY" 250 number below


if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 0,Yloc=30;
	
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	ns ?  Yloc = 40 :	Yloc = 22;
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->