function openWindow(url) {

if (url==1){url="'.html','','width=290px,height=430px,resize=0,scrollbars=0,menubar=0,status=0'"}

eval('window.open('+url+').focus();')

//url,,width=???,height=???,resize=0,scrollbars=0,menubar=0,status=0
}

document.write('<div style="padding-left:18px; padding-top:15px; padding-bottom:10px;">');
document.write('				<a href="contactus.html"');
document.write('							title=""');
document.write('							><div style="height:20px; padding-left:0px">');
document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0">	Contact Us</div></a>');
document.write('				<a href="testimonials.html"');
document.write('							title="Testimonials: What people say about us!"');
document.write('							><div style="height:20px; padding-left:0px">');
document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0">	Testimonials</div></a>');
document.write('				<a href="supporters.html"');
document.write('							title=""');
document.write('							><div style="height:20px; padding-left:0px">');
document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0">	Supporters</div></a>');
document.write('				<a href="education.html"');
document.write('							title=""');
document.write('							><div style="height:20px; padding-left:0px">');
document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0">	Education</div></a>');
document.write('				<a href="helpful_links.html"');
document.write('							title=""');
document.write('							><div style="height:20px; padding-left:0px">');
document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0"> Helpful Links</div></a>');
//document.write('				<a href="membership.html"  target="_top"');
//document.write('							title="SUBSCRIPTIONS: Become a Member of Auto Buyers Network"');
//document.write('							><div style="height:20px; padding-left:0px">');
//document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0">Auto Buyers Membership</div></a>');
//document.write('				<a href="http://www.google.com/maps?f=q&hl=en&q=197+State+Route+18+%23+3000,+East+Brunswick,+NJ+08816&ie=UTF8&z=15&om=1&iwloc=A" target="_blank"');
//document.write('							title="Need Directions?: Step by step directions"');
//document.write('							><div style="height:20px; padding-left:0px">');
//document.write('							<IMG SRC="images/icon_arrow.gif" WIDTH="13" HEIGHT="11" BORDER="0">Need Directions?</div></a>');
document.write('</div>');

document.write('<iframe id="iframe_navbar" width=260 height=410 ');
document.write('							marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"');
document.write('							src="auto_finance_calculator.html"></iframe>');
