<!--
function directions() {

var popupWindow = window.open('', '_blank', 'width=630,height=375,scrollbars=yes,resizable=yes');
var tmp = popupWindow.document;

tmp.open();
tmp.write("<html><head><title>Directions to The University of Michigan-Flint</title></head> \
<body> <table cellpadding=\"2\" cellspacing=\"1\" border=\"0\" align=\"center\" style=\"background-color:#000; width:100%; font-family:Arial,sans-serif; font-size:11px;\"> <tr style=\"background-color:#FFF;\"><td width=\"50%\" valign=\"top\"><strong>Directions traveling north from Ann Arbor on US-23:</strong><br /><br /> Take US-23 north to I-69 east. Take I-69 to I-475 north to exit 8A (Longway Boulevard), approximately one mile from the I-475/I-69 interchange. After exiting I-475, turn left twice to travel south on the I-475 service drive (Chavez Drive South). Turn right onto campus at Campus Dr--you'll see the sign for the university. Turn right at the parking ramp and make another right to get to the parking lot. Enter the University Center where the showing is being held on the same floor that you enter from outside.</td> \
\
<td width=\"50%\" valign=\"top\"><strong>Directions traveling south from Grayling on I-75:</strong><br /><br /> Take I-75 south to I-475 south. Take I-475 nine miles south to exit 8A (Longway Boulevard). After exiting I-475, travel south on the I-475 service drive (Chavez Drive South). Turn right onto campus at Campus Dr--you'll see the sign for the university. Turn right at the parking ramp and make another right to get to the parking lot. Enter the University Center where the showing is being held on the same floor that you enter from outside.</td></tr> \
\
<tr style=\"background-color:#FFF;\"><td valign=\"top\"><strong>Directions traveling north from the Detroit area on I-75:</strong><br /><br /> Take I-75 north to I-475 north. Take I-475 seven miles north to exit 8A (Longway Boulevard). After exiting I-475, turn left twice to travel south on the I-475 service drive (Chavez Drive South). Turn right onto campus at Campus Dr--you'll see the sign for the university. Turn right at the parking ramp and make another right to get to the parking lot. Enter the University Center where the showing is being held on the same floor that you enter from outside.</td> \
\
<td valign=\"top\"><strong>Directions from I-69:</strong><br /><br /> Take I-69 to I-475 north to exit 8A (Longway Boulevard), approximately one mile from the I-475/I-69 interchange. After exiting I-475, turn left twice to travel south on the I-475 service drive (Chavez Drive South). Turn right onto campus at Campus Dr--you'll see the sign for the university. Turn right at the parking ramp and make another right to get to the parking lot. Enter the University Center where the showing is being held on the same floor that you enter from outside.</td></tr></table><br /><center><a href=\"http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=100177827269577402957.000452310715e0c6fe6bd&z=15\" target=\"_blank\">Click here for a map.</a></center></body></html>");
tmp.close();
popupWindow.focus();
}
-->