function checkEmail() {
	if (document.loginForm.uname.value == "") {
		document.loginForm.uname.value = "** Email Addr **";}
	}

function mto(mto_tbl,mto_lid) {
	newWin = window.open('admin_editMTO.asp?tbl=' + mto_tbl + '&lid=' + mto_lid + '','_blank');
	}

function delMTO(mto_tbl,mto_id,mto_lid) {
	window.open('scp_do_editMTO.asp?tbl=' + mto_tbl + '&id=' + mto_id + '&lid=' + mto_lid + '','_blank');
	}

function openDetail(record) {
	window.open('user_item_detail.asp?ID='+record,'_blank','height=300,width=300,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
	}

function stopCity() {
	if (document.listing_form.county[0].selected) {
		document.listing_form.city.disabled = false; }
	else {
		document.listing_form.city.disabled = true; }
	}

function stopCounty() {
	if (document.listing_form.city[0].selected) {
		document.listing_form.county.disabled = false; }
	else {
		document.listing_form.county.disabled = true; }
	}

function openPopup() {
	window.open('index_offer.html','_blank');
	}
