/* --------------------
Pop up window for Shoreline Real Estate
------------------- */
	
var popupWin, dte
var filename = "http://ilead.realtor.com/display/default.asp?sect=13&id=14784187"
function openPopUpWindow() {
	dte = new Date()
	dateString = dte.getHours()+""+dte.getMinutes()+""+dte.getSeconds();
	filename = filename + "&rt=" + dateString;
	popupWin = window.open(filename,'popupWin', 'resizable, scrollbars, top=10, left=10, width=650, height=550');
	popupWin.focus();
}
	
function closePopUpWindow()		{
	if (popupWin && !popupWin.closed)  {
		popupWin.close();
	}
}	

/* ----------------------------
Scripts for the MLS Assistant links
----------------------------------*/

function signup() {
DispWin1 =
window.open('http://mlsplug-in.com/mlsplugin/signup.asp?Office=1440', 'a', 'height=420,width=600,scrollbars=1,resizable=1,toolbar=1,menubar=0');
 }

function registered() {
DispWin =
window.open('http://mlsplug-in.com/mlsplugin/default.asp?Office=1440', 'b', 'height=420,width=600,resizable=1,scrollbars=1,menubar=0,toolbar=1');
}

function mlspull() {
DispWin =
window.open('http://mlsplug-in.com/featured/default.asp?Office=1440','c', 'height=420,width=600,resizable=1,scrollbars=1,menubar=0,toolbar=1');
}

function intramls(){
DispWin=window.open('http://mlsplug-in.com/intramls/results.asp?Office=1440' ,'d', 'height=420,width=640,resizable=1,scrollbars=1,toolbar=1');
}

function marketanalysis(){
DispWin=window.open('http://mlsplug-in.com/marketanalysis/default.asp?Office=1440', 'e', 'height=500,width=600,resizable=1,scrollbars=1,toolbar=1');
}
