

function pop(url,h,w,win)
{
//alert(url);
LeftPos = screen.width ? (screen.width-w)/2 : 0;
TopPos = screen.height ? (screen.height-h)/2 : 0;
window.open(url, win, "scrollbars=0,top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+h+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl");
}


function popkaart(postcode,adres,plaats)
{
w = 546;
h = 600;
LeftPos = screen.width ? (screen.width-w)/2 : 0;
TopPos = screen.height ? (screen.height-h)/2 : 0;

//url = "http://ws12.gis.nl/woonpleinlimburg/locator/index.asp?postcode=" + postcode + "&adres=" + adres + "&plaats=" + plaats;
/*Nieuwe url*/
url = "http://woonpleinlimburg.gis.nl/locator/index.asp?postcode=" + postcode + "&adres=" + adres + "&plaats=" + plaats;

window.open(url,'',"height="+h+",width="+w+",left="+LeftPos+",top="+TopPos+",scrollbars=yes");

//window.open(url, win, "top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+h+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl");
//window.open(url,win,"top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl");
//window.open(url, win, "top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+h+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl")
}


function popGoogleMaps(straat,huisnr,plaats){

w = 617;
h = 590;
LeftPos = screen.width ? (screen.width-w)/2 : 0;
TopPos = screen.height ? (screen.height-h)/2-100 : 0;

url = "/include/asp/googlemap.asp?straat=" + straat + "&huisnr=" + huisnr + "&plaats=" + plaats;

window.open(url,'',"height="+h+",width="+w+",left="+LeftPos+",top="+TopPos+",scrollbars=no");

//window.open(url, win, "top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+h+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl");
//window.open(url,win,"top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl");
//window.open(url, win, "top="+TopPos+",left="+LeftPos +"screenX=0,screenY=0,"+",width="+w+",height="+h+",status=no,toolbar=no,menubar=no,location=no,title=woonpleinlimburg.nl")
}




