/*
Author: Richard Morrison
Phone: 416-857-5697

Description: Images displayed here are intended for all PMI Lakeshore chapter pages. This is the top banner for the chapter. It includeds the logo and Lakeshore theme.
Banner1 is intended for view on displays greater than 600 pixel width
Banner2 is intended for viewing on displays less than 600 pixels in width

*/
var root="http://www.pmi-lakeshore.org/";
var banner1="\
<span style='postion:absolute; height 80px'><img src=" + root +"images/newhdr_logo.jpg alt='' hspace='0' vspace='0' height='100' width='766' align='top' border='0' >\
";
/*
<span style='position:absolute; margin-right:0px; left: 100px; top: 100px;' > \
  <a href='http://www.linkedin.com/groups?home=&gid=1299437&trk=anet_ug_hm'> \
   <img style='margin-top:0px' src=" + root + "style/LI_brand_small.gif title='Follow Us on LinkedIn' \
   alt='Follow Us on LinkedIn' hspace='0' vspace='0' height='30' width='107' border='0' /></a></span></span></span>";
*/
var banner2="\
<span style='postion:absolute; height 80px'><img src=" + root +"images/newhdr_logo_banner.jpg alt='' hspace='0' vspace='0' height='100' width='421' align='top' border='0' > \
<span style='position:absolute; margin-left:0px; z-index:2; left: 787px; top: 0px;' > \
     <img style='margin-top:0px' src=" + root + "images/pmi_award_medallion_2c_MIN.gif title='PMI Award' \
   alt='PMI Award' hspace='0' vspace='0' height='159' width='117' border='0' /></a></span></span>";
/*<span style='position:absolute; margin-left:0px; z-index:2; left: 431px; top: 20px;' > \
  <p><b>Follow us on:</b></p> \
   <a href='http://www.linkedin.com/groups?home=&gid=1299437&trk=anet_ug_hm'><img style='margin-top:0px' src=" + root +"/style/Linkedin_button.jpg title='Follow Us on LinkedIn' \
   alt='Follow Us on LinkedIn' hspace='0' vspace='0' height='49' width='179' align='right'  border='0' /></a></span></span>";
*/
var screenWidth=0;
screenWidth=screen.width;
if (screenWidth >= 640) {
document.write(banner1); }
else {document.write(banner2);}



