var scrtxt = "موقع صيداويات يرحب بكم";
window.status=scrtxt;
///////////////////////////////////////////////////////////////////// for Alt JS
function handle(ev, DivWidth )
{
document.getElementById('orbit').style.posLeft = event.clientX-100+document.body.scrollLeft-20;
document.getElementById('orbit').style.posTop = event.clientY+25+document.body.scrollTop;
return true;
}
function On(Text,DivWidth,Special)
{
document.getElementById('orbit').style.display='';
document.getElementById('InTable').innerHTML=Text;

if (Special)
{
        if (!DivWidth) DivWidth=300;
        document.getElementById('InTable').width = DivWidth;
        document.getElementById('orbit').style.posLeft = document.body.scrollLeft+130;
        document.getElementById('orbit').style.posTop = document.body.scrollTop+20;
}
else
{
    document.getElementById('InTable').width = '';
    document.getElementById('orbit').style.posLeft = document.body.scrollLeft-130;
    document.getElementById('orbit').style.posTop = document.body.scrollTop+20;
    document.getElementById('orbit').style.posTop +=event.clientY;
    document.getElementById('orbit').style.posLeft+=event.clientX;
}
}
function Off()
{
document.onmousemove='';
document.getElementById('orbit').style.display='none';
}
//----------------------------------------------------------------------
function checkGoto()
{
if(location.href.indexOf('goto=') > 0)
	{
	var destination = location.href.split("goto=");
	destination = destination[1];
	location.href += "#" + destination;	
	}

}
