function mapPOP(mls,address){
	var parms;
	pagetocall = "mappop.html?mls="+mls+"&fulladdress="+address;
	window.open(pagetocall,'mapPOP','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,titlebar=1,top=10,left=30,width=800,height=410'); 
};
