
function openWindow(welke)
{if (welke == 1)
     {	welke = 'http://remax-masters-slc-ut2.utahrealestate.com';
		popup = 'popup';
        opties = 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=450';}
if (welke == 2)
	 { welke = 'http://www.mastersutah.com/map.html';
		popup = 'map';
                opties = 'resizable=yes,width=475,height=525';}
if (welke == 3)
	 { welke = 'http://www.mastersutah.com/wsrmls.html';
		popup = 'wsrmls';
                opties = 'resizable=yes,width=370,height=250';}
if (welke == 4)
	 { welke = 'http://mail.martindalegroup.com/';
		popup = 'http://www.mastersutah.com/community_links';
        	opties = 'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=400';}

//	if (welke == 3){
//		welke = 'other.html';
//		popup = 'other';
//                opties = 'resizable=yes,width=300,height=300';
//		}

	window.open(welke, 'popup', opties);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}