// used
function printInputBoxSize_LOGIN()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			return(20);
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			return(24);
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			return(17);
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			return(17);
		}
	}
}

function printInputBoxSize01()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			document.write('17');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('20');
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			document.write('13');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('15');
		}
	}
}

// used
function printInputBoxSize0()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			document.write('20');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('24');
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			document.write('17');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('17');
		}
	}
}

// used
function printInputBoxSize1()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			document.write('31');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('37');
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			document.write('27');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('29');
		}
	}
}

// used
function printInputBoxSize2()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			document.write('40');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('47');
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			document.write('27');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('37');
		}
	}
}

// used
function printColSize0()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			document.write('39');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('48');
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			document.write('28');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('30');
		}
	}
}

function printColSize1()
{		
	if ( navigator.platform.indexOf("Mac") >= 0 )
	{
		if ( navigator.appName == "Netscape" )
		{
			document.write('55');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('55');
		}
	}
	else
	{								
		if ( navigator.appName == "Netscape" )
		{
			document.write('45');
		}
		else if ( navigator.appName.indexOf("Microsoft") >= 0 )
		{
			document.write('45');
		}
	}
}
