function lokatiePopup() {

windowprops = "left=100,top=100,scrollbars=no,width=700,height=600";

text = "<html><head><title>B.C. BABO Locatie</title><link rel='stylesheet' type='text/css' href='style.css'><script src='js/changepic.js' type='text/javascript'></script></head><body leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 border=0 style='background-color: #FFFFFF;' onLoad='placepic()'";

text += "><p class='text'><br>";

text += "<table border='0' cellspacing='0' cellpadding='0'><tr class='text'><td><a style='cursor:pointer;' onclick=window.open('http://www.timpke.nl','top')><u>Sportaccomodatie &#39;t Timpke</u></a></td></tr>";
text += "<tr class='text'><td align='left'>Haarloseweg 10</td></tr>";
text += "<tr class='text'><td align='left'>7271 BT Borculo</td></tr>";
text += "<tr class='text'><td align='left'><br></td></tr>";
text += "<tr class='text'><td align='left'>Telefoon</td></tr>";
text += "<tr class='text'><td align='left'>0545-272271</td></tr></table>";

//text += "<br><p class='text'><a style='cursor:pointer;' onclick='zoomin()'><u>Zoom in</u></a> <a style='cursor:pointer;' onclick='zoomout()'><u>Zoom uit</u></a><br></p><center>";
//text += "<a onclick='zoomin()'><img id='pic' src='images/map/map0.png' border='0'></a>";

text += "<br><br>";
text += "<iframe width=\"670\" height=\"390\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.nl/maps?f=q&amp;source=s_q&amp;hl=nl&amp;geocode=&amp;q=Haarloseweg+10,+7271+Borculo&amp;sll=52.116162,6.523461&amp;sspn=0.165494,0.527&amp;ie=UTF8&amp;t=h&amp;ll=52.115466,6.52545&amp;spn=0.020555,0.057507&amp;z=14&amp;output=embed\"></iframe>";


text += "</center></body></html>";

preview = window.open("", "LocatieBabo", windowprops);
preview.document.open();
preview.document.write(text);
preview.document.close();

}

function potgrondPopup() {



windowprops = "left=0,top=100,scrollbars=no,status=no,width=415,height=600";

//text = "<html><head><title>Potgrondactie</title></head><body leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 border=0 bgcolor='#FFFFFF'";
//text += "><img src='images/potgrond.jpg' border='0'></a>";
//text += "</center></body></html>";

//preview = window.open("", "potgrondFlyer", windowprops);
preview = window.open("potgrondflyer.asp", "potgrondFlyer", windowprops);
//preview.document.open();
//preview.document.write(text);
//preview.document.close();
}

function potgrondOrderPopup() {

windowprops = "left=423,top=100,scrollbars=no,status=no,width=800,height=630";
var dopreview = window.open("potgrond.asp", "potgrondOrder", windowprops);
}


function stratenPopup()
{

windowprops = "left=100,top=100,scrollbars=no,status=no,width=600,height=450";
var dopreview = window.open("stratenbadminton.asp", "stratenbadminton", windowprops);

}
