
// ----------------- LISTINGS --------------------// 
var listingspopX = (screen.width/2)-250;

var listingspopY = (screen.height/2)-192;

var pos = "left="+listingspopX+",top="+listingspopY;



function listingspop(){

listingspopWindow = window.open("listings_slideshow.cfm","listings", "width=500,height=400,"+pos);

}

// ----------------- RESIDENTIAL --------------------// 
var residentialpopX = (screen.width/2)-250;

var residentialpopY = (screen.height/2)-192;

var pos = "left="+residentialpopX+",top="+residentialpopY;



function residentialpop(){

residentialpopWindow = window.open("mls_residential_slideshow.cfm","residential", "width=500,height=400,"+pos);

}

// ----------------- MULTIFAMILY --------------------// 
var multifamilypopX = (screen.width/2)-250;

var multifamilypopY = (screen.height/2)-192;

var pos = "left="+multifamilypopX+",top="+multifamilypopY;



function multifamilypop(){

multifamilypopWindow = window.open("mls_multifamily_slideshow.cfm","multifamily", "width=500,height=400,"+pos);

}

// ----------------- LANDLOT --------------------// 
var landlotpopX = (screen.width/2)-250;

var landlotpopY = (screen.height/2)-192;

var pos = "left="+landlotpopX+",top="+landlotpopY;



function landlotpop(){

landlotpopWindow = window.open("mls_landlot_slideshow.cfm","landlot", "width=500,height=400,"+pos);

}

// ----------------- FARM --------------------// 
var farmpopX = (screen.width/2)-250;

var farmpopY = (screen.height/2)-192;

var pos = "left="+farmpopX+",top="+farmpopY;



function farmpop(){

farmpopWindow = window.open("mls_farm_slideshow.cfm","farm", "width=500,height=400,"+pos);

}

// ----------------- COMMERCIAL --------------------// 
var commercialpopX = (screen.width/2)-250;

var commercialpopY = (screen.height/2)-192;

var pos = "left="+commercialpopX+",top="+commercialpopY;



function commercialpop(){

commercialpopWindow = window.open("mls_commercial_slideshow.cfm","commercial", "width=500,height=400,"+pos);

}

var formpopX = (screen.width/2)-210;
var formpopY = (screen.height/2)-225;
var pos = "left="+formpopX+",top="+formpopY;
function formpop(file){
	formpopWindow = window.open(file,"form","width=420,height=450,"+pos);
}

var emailpopX = (screen.width/2)-210;
var emailpopY = (screen.height/2)-225;
var pos = "left="+formpopX+",top="+formpopY;
function emailpop(file){
	emailpopWindow = window.open(file,"email","width=420,height=450,"+pos);
}

var calcpopX = (screen.width/2)-175;
var calcpopY = (screen.height/2)-200;
var pos = "left="+calcpopX+",top="+calcpopY;
function calcpop(){
	calcpopWindow = window.open("http://www.murney.com/calculator.cfm","Calculator","width=280,height=190,"+pos);
}

var faqpopX = (screen.width/2)-275;
var faqpopY = (screen.height/2)-200;
var pos = "left="+faqpopX+",top="+faqpopY;
function faqpop(){
	faqpopWindow = window.open("http://www.murney.com/faq.cfm","FAQ","scrollbars=yes,width=550,height=400,"+pos);
}

var officepopX = (screen.width/2)-210;
var officepopY = (screen.height/2)-90;
var pos = "left="+officepopX+",top="+officepopY;
function officepop(file){
	officepopWindow = window.open(file,"office","width=420,height=180,"+pos);
}

var agentpopX = (screen.width/2)-175;
var agentpopY = (screen.height/2)-87;
var pos = "left="+agentpopX+",top="+agentpopY;
function agentpop(file){
	agentpopWindow = window.open(file,"agent","width=350,height=175,"+pos);
}


//function reDo(){ window.location.reload() }
//window.onresize = reDo;
