/* --------------------------------------------------------------------------

	(c) 2005-2006 U.S. Robotics Corporation

	-------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------

	SETUP PAGE HEADER

	This accommodates functions at the doc level.
	
*/
function getProductName()
{
		document.write(getString("idProdName"));
				
}

function getProductName7624()
{
		document.write(getString("idProdName7624"));
				
}

function getProductName7716()
{
		document.write(getString("idProdName7716"));
				
}

function getProductName7724()
{
		document.write(getString("idProdName7724"));
				
}

function getProductName7748()
{
		document.write(getString("idProdName7748"));
				
}

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"));
				
}
