function openLink(screen,title,width,height){
	window_width = (width == null || width == '') ? 700 : width;
	window_height = (height == null || height == '') ? 460 : height;
	if (title = null){title = '_blank'}
	window.open(screen,title,'alwaysRaised=yes,width=' + window_width + ',height=' + window_height + ',location=no,menubar=yes,resizable=yes,titlebar=yes,toolbar=no,scrollbars=yes,left=20,top=20')
}

function OpenPropSearch(){
	window.open('http://www.nothnagle.com/geethavijay?redirect=/properties')
}

function OpenListings(){
	window.open('http://www.nothnagle.com/geethavijay?redirect=/properties/results.asp?PID=7706')
}

function openGuestbook(agent){
	openLink('/forms/getform.asp?formid=42&pid=' + agent,'SignGuestbook',530,600)
}

function openFreeReports(agent){
	openLink('/forms/getform.asp?formid=43&pid=' + agent,'FreeReports',530,600)
}
