// JavaScript Document

function changeBackground()
{
}


function whiteBackground()
{
}

function textblank(pointer)
{
	if (pointer.value == pointer.defaultValue)
	{
	pointer.value='';
	}
}

   
function textog(pointer)
{
	if (pointer.value=='')
	{
	pointer.value=pointer.defaultValue;
	}
}

function cvcheckboxchange(pointer)
{

}

function cvcheckboxchange(pointer)
{

}

function partnercheckboxchange(pointer)
{
}
