function popupTellafriend(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=420,height=520,top=50,left=50');");}function popupBookAViewing(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=420,height=620,top=50,left=50');");}function popupPassword(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=380,height=180,top=50,left=50');");}function ChangeSearchType (form, type){	if (type == 'student')	{		form.min_price_pcm.style.display = 'none';		form.max_price_pcm.style.display = 'none';		form.min_price_pppw.style.display = '';		form.max_price_pppw.style.display = '';	}	else	{		form.min_price_pcm.style.display = '';		form.max_price_pcm.style.display = '';		form.min_price_pppw.style.display = 'none';		form.max_price_pppw.style.display = 'none';	}}