var gGroupID;

function CheckMenu(pid, fid, cid) 
{
	gGroupID = pid;
	gPa1 = fid;
	gPa2 = cid;

	// pid ==> for asp filename type ID
	if( typeof(parent) != 'undefined'){
		parent.g_PID = pid;
		if (typeof(parent.leftFrame) !='undefined')
			parent.leftFrame.location = '/w/left.htm';
	}
	//parent.frames['leftFrame'].ChangeMenu(pid);
}


// TargetWebSite ¬°linkwebsite
var TargetWebSite1 = '';

function TargetWebSite(val)
{
	if (val != '')
	{
		val = TargetWebSite1 + val;
		window.open(val,"_self");
	}
}