function spsubmit(){sp=document.getElementById("sp-select");if(sp.selectedIndex!=0){showLocations(sp.options[sp.selectedIndex].value);}else{alert('Please select a state or province');}return false;}
var affiliationId="2ADBDA10-F4EE-4B68-A549-8C1AE306BF09";
var conduitSite="www.dealersdesktop.com";
var adType="product,other";
var mapImage="web_ad_map_Parts.gif";
var graphicType="PDF";
var mapImageUrl="http://"+conduitSite+"/images/DealerDesktop/"+affiliationId+"/english/"+mapImage;
var popupPage="http://"+conduitSite+"/webAds/showLocations.jsp";
var win = new Object();
win.close = function(){};
win.closed = true;
function whtl(width,height){
var left=(screen.availWidth-width)/2;var top=(screen.availHeight-height)/2;var result="";result+="width="+width+",";result+="height="+height+",";result+="top="+top+",";result+="left="+left+",";return result;}
function showLocations(area){
var queryString="?adType="+adType+"&affiliationId="+affiliationId+"&area="+area+"&graphicType="+graphicType;if(!win.closed){win.close();}
win=window.open(popupPage+queryString,"showLocations",whtl(550,600)+"toolbar=no,location=no"+",status=no,menubar=no"+",scrollbars=yes,resizable=no");}
function onOpen(){document.getElementById("mapImage").setAttribute("src", mapImageUrl);}
function onClose(){if(!win.closed){win.close();}}
window.onload=window.onload+onOpen;
window.onload=window.onunload+onClose;