
function popitup(url)
{
	newwindow=window.open(url,'help','width=650,height=450,left=50,top=150,status=1,scrollbars=1,resizable=1,toolbar=1');
	if (window.focus) {newwindow.focus()}
}


function textCounter(field,cntfield) {
cntfield.value = field.value.length;
}
//  End -->
