
Cufon.replace('#mam-slogan, h1', { fontFamily: 'VAG-rounded-std-thin' });
Cufon.replace('#navi-container a', { fontFamily: 'VAG-rounded-std-thin', hover: true });
Cufon.replace('h2', { fontFamily: 'VAG-rounded-std-light' });

function ClearField(theField)
{
	if (theField.value == theField.defaultValue)
	{
		theField.value = "";
	}
		return true;
}

