/* --------------------------------------------------------------------------

	(c) 2005-2006 U.S. Robotics Corporation

	-------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------

	SETUP PAGE HEADER

	This accommodates functions at the doc level.
	
*/
function getProductName()
{
		document.write(getString("idProdName"));
				
}

function getShortName()
{
		document.write(getString("idShortName"));
				
}


function getDocumentType()
{
		document.write(getString("idDocType"));
				
}

function getProductNumber()
{
		document.write(getString("idProdNum"));
				
}

function getDocName()
{
		document.write(getString("idProdName") + " " + getString("idDocType"));
				
}

function getConfigName()
{
		document.write(getString("idConfigName"));
				
}

function getWUIName()
{
		document.write(getString("idWUIName"));
				
}

function getIPAddress()
{
		document.write(getString("idIPAddress"));
				
}function getPassword()
{
		document.write(getString("idPassword"));
				
}
