<!--
			var content=new Array()
			content[0]='<font size=1>The Division of Financial Operation welcomes you to - CONTRACT AID Electronic Pre- K Transportation Invoicing - E.P.T.I, Tracking and Student Information Center.<br><br>Here, you will be able to:<p> &nbsp;&nbsp;-	 View submitted Student Roster Information; Child\'s Transportation Class Code, Rate, Program Code,<br>&nbsp;&nbsp;&nbsp;&nbsp;Enroll and Discharge Date etc.<br>&nbsp;&nbsp;-  School Calendar<br>&nbsp;&nbsp;- Process Your Monthly Invoices and Re-bills.<br>&nbsp;&nbsp;- Track Invoice Payments.<br>&nbsp;&nbsp;- Retrieve Remittance Reports.<br><br>In order to receive the best experience possible using E.P.T.I. the following procedures MUST be followed:<br><br>&nbsp;&nbsp;- All Student Rosters MUST be submitted upon receipt of New<br>&nbsp;&nbsp;&nbsp;&nbsp;DOT Pre-k Contracted Site(s).<br>&nbsp;&nbsp;- Re-submit entire Student Roster(s) whenever students are added or removed. <br>&nbsp;&nbsp;- Fax A1Ps, Notice to Proceeds and Rate sheets where applicable; No Student approval, Incorrect Class<br>&nbsp;&nbsp;&nbsp;&nbsp;Code, School Calendar discrepancies etc. to (718) 935-3801.  <b>PLEASE FOLLOW THROUGH!!!!!</b><br>&nbsp;&nbsp;- Resolve all issues before Submitting and Processing Monthly Invoices to avoid <b>RE-BILLS.</b><br><br>Now <b>ENJOY YOUR EXPERIENCE</b> and feel free to give us your feed back.</center>'
			content[1]='Approved and Unapproved Student Information based on Vendor\'s Student Roster received by DOE via EMAIL ONLY.'
			content[2]='Actual Processing of your Pre-K Transportation Invoice.'
			content[3]='<b>View Students: </b><br>1. Paid Detail<br>2. Payment Detail with Voucher Number<br>3. Invoice Summary with Check Number'
			content[4]='List of all Pre-K Trans. Paid and Unpaid Invoices Received by DOE via Email ONLY!'
			content[5]='View The New York City Department Of Education School Calendar.'
			content[6]=''
			content[7]='EPTI Homepage.'
			content[8]='<b>View Students: </b>Paid Detail, Payment Detail with Voucher Number, Invoice Summary with Check Number'
			content[9]='Download EPTI Excel Spreadsheets.'
			content[10]='Log off of the EPTI System.'
			content[11]= 'Enter a new Vendor ID to view.'
			content[12]= 'View Original Student Roster.'
			content[13]= 'View Original Invoice.'
			content[14]= 'Change the login password.'
			
			function regenerate()
				{
					window.location.reload()
				}
				
			function regenerate2()
				{
					if (document.layers)
					{
						appear()
						setTimeout("window.onresize=regenerate",450)
					}
				}

			function changetext(whichcontent)
				{
					if (document.all||document.getElementById)
					{
						cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
						cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
					}
					else if (document.layers)
					{
						document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
						document.d1.document.d2.document.close()
					}
				}

			function appear()
				{
					document.d1.visibility='show'
				}

				window.onload=regenerate2
			//-->
			
			
function borderize(what,Color)
	{	
		what.style.backgroundColor=Color
	}

function borderize_on(e,colo)
	{
		var col2 
		col2 = colo;
		if (document.all)
			source3=event.srcElement
		else if (document.getElementById)
			source3=e.target
	
		if ((source3.className=="menulines") || (source3.className=="HJside"))
		{
			borderize(source3,col2)
		}
		else
		{
			while(source3.tagName!="TABLE")
			{
			source3=document.getElementById? source3.parentNode : source3.parentElement
			if ((source3.className=="menulines") || (source3.className=="HJside"))
			borderize(source3,col2)
			}
		}
	}
	
function borderize_off(e,colo){
	var col 
	col = colo;
	if (document.all)
		source4=event.srcElement
	else if (document.getElementById)
		source4=e.target
	
	if ((source4.className=="menulines")||(source4.className=="HJside"))
		borderize(source4,"white")
	else
		{
		while(source4.tagName!="TABLE"){
		source4=document.getElementById? source4.parentNode : source4.parentElement
		if ((source4.className=="menulines") ||(source4.className=="HJside"))
		borderize(source4,"white")
		}
		}
	}	
	