d = document;

ns5 = (d.getElementById&&!document.all)? true:false
ns4 = (d.layers)? true:false
ie4 = (d.all)? true:false
kon = ie4
moz = ns5
gal = ns5

var bname = navigator.appName;
var bplatinit = navigator.appVersion;
var bver = parseInt(navigator.appVersion);

var bplat="other";
var bplatlower=bplatinit.toLowerCase();

var iWidth = 770;
var iTopHeight = 80;
var iMiddleHeight = 431; 
var iBottomHeight = 60;

var winWidth = 770;
var winHeight = 571;

if(bplatlower.indexOf('win')!=-1){
	if (ns4){
	winHeight = 575;
	iTopHeight = 81;
	iMiddleHeight = 431;
	iBottomHeight = 58;
	}
	if (ns5){
	winHeight = 575;
	}
}

if(bplatlower.indexOf('mac')!=-1){
	if (ie4){
	winHeight = 555;
	}
	if (ns4){
	iTopHeight = 84;
	winHeight = 575;
	}
}

if(bplatlower.indexOf('x11')!=-1){
	if (ns4){
	iTopHeight = 84;
	winHeight = 575;
	}
	if (kon){
	iTopHeight = 92;
	iMiddleHeight = 500;
	winWidth = 800;
	winHeight = 630;
	}
}

function openRMA(iAssetId)
{
	var openWin;
	openWin = window.open(RMA_URL + '&selectedmenuitemid=4&asset_id=' + iAssetId, 'USTA', 'width='+winWidth+',height='+ winHeight +',top=0,left=0,resizable=no,status=no,location=no,menubar=no');
	openWin.focus();
}
function openTracker()
{
	var openWin;
	//openWin = window.open(RMA_URL + '&selectedmenuitemid=4', 'USTA', 'width='+winWidth+',height='+ winHeight +',top=0,left=0,resizable=no,status=no,location=no,menubar=no');
	openWin = window.open(RMA_URL, 'USTA', 'width='+winWidth+',height='+ winHeight +',top=0,left=0,resizable=no,status=no,location=no,menubar=no');
	openWin.focus();
}