<!-- Begin Javascript
/*** JavaScript Start Here ***/
if (typeof coords == "undefined") { // declaring new object
	coords = new Object();
}

if (typeof KDEn == "undefined") { // declaring new object
	KDEn = new Object();
}

if (typeof aKDE == "undefined") { // declaring new object
	aKDE = new Object();
}

if (typeof splitKDE == "undefined") { // declaring new object
	splitKDE = new Object();
}

if (typeof thisKDE == "undefined") { // declaring new object
	thisKDE = new Object();
}

/* Sterch School in Newark, DE */
function sterck() { 
	window.open( "http://maps.google.com/maps?f=q&hl=en&geocode=&q=Sterck+School&sll=39.676013,-75.711894&sspn=0.017077,0.037937&safe=on&ie=UTF8&ll=39.678721,-75.707045&spn=0.034152,0.047722&z=14&iwloc=A", "myWindow", "status=0, height=650, width=900, resizable=1, menubar=0, scrollbars=0" );
}

/* Independent Resources Inc in Wilmington, DE */
function independent_resources() { 
	window.open( "http://maps.google.com/maps?f=q&hl=en&geocode=&q=Independent+Resources,+Inc.,+Wilmington,+DE&sll=37.0625,-95.677068&sspn=47.885545,82.265625&ie=UTF8&ei=MOLaR6anFoeaqwKP6cTvCw&cd=1&cid=39754829,-75505994,8957780514288410559&li=lmd&safe=on&ll=39.7592,-75.504141&spn=0.045725,0.10849&z=14&iwloc=A", "myWindow", "status=0, height=650, width=900, resizable=1, menubar=0, scrollbars=0" );
}

/* Division of Vocational Rehabilitation, Pencader Corporate Center */
function dvr_pencader() { 
	window.open( "http://maps.google.com/maps?f=q&hl=en&geocode=&q=225+Corporate+Blvd,+Suite+204,+Newark,+DE+19702&ie=UTF8&layer=c&t=h&cbll=39.616404,-75.750208&panoid=bp3aYJ4tsjGa5fEPE5CO6Q&cbp=1,203.9946378787514,,0,5.503425708366171&safe=on&ll=39.620747,-75.750153&spn=0.00995,0.019312&z=16", "myWindow", "status=0, height=800, width=1000, resizable=1, menubar=0, scrollbars=0" );
}
/*** Java Script End Here ***/
// End Javascript -->