function systemMode()
{

	return 'ASP';

}

function postPreCheckPath()
{

	return '../' + strASPPostPreCheckPath;

}

function postLoginPath()
{

		return '../' + strASPMenuPath;
	
}

function wrapperPath()
{

	return '../' + strASPWrapperPath;


}