<!--

if (navigator.appName=='Netscape')
{
var IE_Width = window.innerWidth;
var IE_Height = window.innerHeight;
IE_Width = IE_Width-776;
IE_Height = IE_Height-420;
if (IE_Width<2)
{
	IE_Width = 2;
}else
{
	IE_Width = IE_Width/2;
}
if (IE_Height<0)
{
	IE_Height = 0;
}else
{
	IE_Height = IE_Height/2;
}
IE_Width = IE_Width-5;
//IE_Height = IE_Height+190;
}
else if (navigator.appName=='Microsoft Internet Explorer')
{
var IE_Width = document.body.clientWidth;
var IE_Height = document.body.clientHeight;
IE_Width = IE_Width-776;
IE_Height = IE_Height-420;
if (IE_Width<2)
{
	IE_Width = 2;
}else
{
	IE_Width = IE_Width/2;
}
if (IE_Height<0)
{
	IE_Height = 0;
}else
{
	IE_Height = IE_Height/2;
}
if(document.body.clientWidth < 780)
{
	IE_Width = IE_Width-9;
}
IE_Width = IE_Width+3;
//IE_Width = IE_Width+129;
//IE_Height = IE_Height+190;
}
else
{
alert('This Layers are for Netscape and IE browsers only!');
}




function consultancy()
{
theUrl="consultancy.asp"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}

//-->
