function cleanfield(startvalue, field)
{
	if (startvalue == field.value)
	{
		field.value = '';
	}
}

function showmonths()
{
	if (document.all)
	document.all.dontshow.style.visibility= 'visible';
}

function popup()
{
	var args = 'width=330,height=230,resizable=0,fullscreen=0,scrollbars=0,screenX=200,left=200,screenY=200,top=200';
	
	window.open('http://www.bizreport.com/popup.php','popup',args);
}

function popper(width, height, file)
{
	var options = "width=" + width + ",height=" + height + ",toolbar=0,menubar=1,location=0,scrollbars=1,directories=0,status=0,resizable=0,screenX=50,left=50,screenY=50,top=50";
	window.open('http://www.bizreport.com' + file,"popup",options);
}
