// JavaScript Document



function ip(a,b)
{

var x = parseInt(window.event.offsetX) - 469
var y = parseInt(window.event.offsetY)
var z = parseInt(Math.random()*100)



if(a=="ian" && b=="letmein")
{
var c = window.open('client.shtm','Client','width=800,height=600,left=0,top=0,scrollbars=1,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0,fullscreen=0');
c.close
}
else
{
var i = window.open('error.htm',z,'width=469,height=154,left=' + x + ',top=' + y + ',scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0,fullscreen=0');
i.close
}
}

function mout(obj)
{

obj.style.backgroundColor='transparent'; 
//obj.style.width='150'


}

function mover(obj)
{
obj.style.backgroundColor="Gray"
//obj.style.width="175"


}

function geturl(url){
document.location=url
}

function webmail()
{
    var i = window.open('http://webmail.oneandone.co.uk','mywebmail','width=500,height=700,left=0,top=0,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=1,fullscreen=0')
i.close
}
