// JavaScript Document
function processLogin() {
}
// live application functions
var popUpWin=0;
function popUpWindowApp() {
	if(popUpWin) {
		if(!popUpWin.closed) popUpWin.close();
	}
	popUpWin = open('https://www.agmtrader.com/app/start.aspx', 'popUpWin', 'toolbar=no,location=no,directories=no,status=yrd,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+555+',height='+650);
}
var popUpWin2=0;
function popUpWindowPayment() {
	if(popUpWin) {
		if(!popUpWin.closed) popUpWin.close();
	}
	popUpWin2 = open('https://www.agmtrader.com/payment/initiate.aspx', 'popUpWin2', 'toolbar=no,location=no,directories=no,status=yrd,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+700+',height='+650);
}