function stkTradeWin()
{
	var date = new Date();
	var str = date.toString();
	var str2 = ':';
	len = str.length;
	for (i=0;i<len;i++)
	{
		ch = str.substring(i,i+1);
		if (ch!=' ')
		{
			str2 = str2+ch;
		}
	}
	open('https://www.sz1.cmbchina.com/stktrans/StockHttp.dll?LoadLogPage?date='+str2,'TransWindow','menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=auto,resizable=1,left=100,top=100,width=500,height=300');
}
function hbwindows()
{
 	open('https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC/Login/Login.aspx','newhb','menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,resizable=yes');
}

function yjtLogin()
{
 	open('https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC/Login/Login.aspx?DefaultPageNo=105202','newyjt','menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,resizable=yes');
}

function EWallet()
{
 	open('http://www.cmbchina.com/cmbpb/v36/pb.htm','EWallet','menubar=no,toolbar=no,location=no,directories=no,status=yes,resizable=no,scrollbars=no,width=600,height=400,top=60,left=100');
}

function ColAdvWinScroll(url,w,h)
{
 	open(url,'','menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',top=50,left=50');
}