var gGroupID;
var gPa1, gPa2, gPa3;

function CheckMenu(pid, fid, cid, tid)
{
	gGroupID = pid;
	parent.g_PID = pid;
	parent.g_fundID = fid;
	parent.g_CID = cid;
	gPa1 = fid;
	gPa2 = cid;
	gPa3 = tid;

	//parent.LeftFrame.location = '/w/Left.htm';

//	if (typeof(parent.LeftFrame.ChangeMenu) == 'undefined') {
//		setTimeout('CheckMenu(\'' + pid + '\',\'' + fid + '\',\'' + cid + '\',\'' + tid + '\')',500);
//		return;
//	}
//	parent.LeftFrame.ChangeMenu(parent.g_PID, parent.g_fundID, parent.CID);

 /*
	if ( top.sWhoAmI == 'tFundASP')
	{
		if (parent.PID != pid) {
			parent.PID = pid;
			if (pid.toLowerCase().substr(0,2) =='wo') parent.left.location.replace('/w/menu/wtLeft5090_o.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='wp') parent.left.location.replace('/w/menu/wtLeft5090_p.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='wq') parent.left.location.replace('/w/menu/wtLeft5090_q.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='wr') parent.left.location.replace('/w/menu/wtLeft5090_r.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='ws') parent.left.location.replace('/w/menu/wtLeft5090_s.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='wt') parent.left.location.replace('/w/menu/wtLeft5090_t.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='wu') parent.left.location.replace('/w/menu/wtLeft5090_u.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='wv') parent.left.location.replace('/w/menu/wtLeft5090_v.asp.htm');
			if (pid.toLowerCase().substr(0,2) =='ww') parent.left.location.replace('/w/menu/wtLeft5090_w.asp.htm');
		}
		if (fid != 'NA') parent.FID=fid;
		if (cid != 'NA') parent.CID=cid;
		if (tid != 'NA') parent.TID=tid;
	}
*/



}


// TargetWebSite ¬°linkwebsite
var TargetWebSite1 = '';

function TargetWebSite(val)
{
	if (val != '')
	{
		val = TargetWebSite1 + val;
		val = parent.LeftFrame.getRedirectURL(val);		
		window.open(val,"_self");
	}
}


