function trade()
{ 	 win = open("trade_at_branch.htm","tradeatbranch","toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,top=0,left=0,width=350,height=600");
}

function x(val)
{
	var link = val.value;
	document.forms[0].method = "post";
	document.forms[0].action = link;
	document.forms[0].submit();
}

function popup_window(URL)
{
	win=open(URL,"","toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,top=0,left=0,width=620,height=450");
}
function showLogin()
{
		if (screen.width<=800)
			if (document.all)
				wndparam=",left=0,top=0,height=525,width=791";
			else
				wndparam=",left=0,top=0,height=525,width=791";
		else
			wndparam=",left=0,top=0,height=690,width=1012";
		window.open('/STSB/UAE/Login.ASP','LoginWind','resizable=yes,toolbar=no,location=no,directories=no,dependent=no,scrollbars=yes,status=yes'+wndparam)
		return;
}

function faq()
{
	wndpam	=	",left=0,top=20,height=390,width=500";
	window.open('faq.htm','','resizable=no,toolbar=no,location=no,directories=no,dependent=no,scrollbars=no,status=yes'+wndpam);
}
function popup_win(URL)
{
	win=open(URL,"faq","toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,top=70,left=150,width=620,height=450");
	win.focus();
}
function updates()
{
	wndpam	=	",left=0,top=20,height=390,width=500";
	window.open('knowledgecenter.htm','','resizable=no,toolbar=no,location=no,directories=no,dependent=no,scrollbars=no,status=yes'+wndpam);
}

function Notice_Popup()
{
	/*wndpam	=	",left=0,top=20,height=360,width=450";
	window.open('important_info.htm','','resizable=no,toolbar=no,location=no,directories=no,dependent=no,scrollbars=no,status=yes'+wndpam);*/
}
function grievances()
{
	wndpam	=	",left=0,top=20,height=260,width=500";
	window.open('grievances.htm','','resizable=no,toolbar=no,location=no,directories=no,dependent=no,scrollbars=no,status=yes'+wndpam);
}