// Online App

function ApplyOnline(strLink){
	window.open("https://www.tnto.net/OnlineApp/StartApplication.aspx?refercode=29","ApplyOnline","top=15,left=15,status=yes,scrollbars=yes,toolbar=yes,location=no,directories=no,menubar=noresize,height=615,width=795")
}


//Forms

function clickclear(thisfield, defaulttext) {
	if (thisfield.value == defaulttext) {
	thisfield.value = "";
	}
}

function clickrecall(thisfield, defaulttext) {
	if (thisfield.value == "") {
	thisfield.value = defaulttext;
	}
}


//Chat Window Open

function OpenRepWin()
{
	window.open('http://www.TNFG.com/_Chat/ChatFormCustSrv.html','MyClientWin','width=500,height=320');
}

function OpenSalesWin()
{
	window.open('http://www.TNFG.com/_Chat/ChatFormSales.html','MyClientWin','width=500,height=320');
}

