
//nonuser
function openMyPropertySearch() {
	window.open('http://foreclosure.weblinc.com/', "Property_Search", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}
	
function openMyAgentNetwork() {
	window.open('http://www.foreclosuredata.com/agents_network.html', "Agent_Network", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function openMyResearchTools() {
	window.open('http://www.foreclosuredata.com/research_tools.html', "Research_Tools", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function openMyInvestors() {
	window.open('http://www.foreclosuredata.com/investors.html', "Investors", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function openMyAboutUs() {
	window.open('http://www.foreclosuredata.com/about_us.html', "About_Us", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function openSignUp() {
	window.open('http://www.foreclosuredata.com/join4.html', "Sign_Up", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}		







// user
function userOpenMyPropertySearch() {
	window.open('http://foreclosure.weblinc.com/', "Research_Tools", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}
	
function userOpenMyAgentNetwork() {
	window.open('http://www.foreclosuredata.com/agents_network.html', "Agents_Network", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function userOpenMyResearchTools() {
	window.open('http://www.foreclosuredata.com/research_tools.html', "Research_Tools", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function userOpenMyInvestors() {
	window.open('http://www.foreclosuredata.com/investors.html', "Investors", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function userOpenMyAboutUs() {
	window.open('http://www.foreclosuredata.com/about_us.html', "About_Us", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}

function userOpenMyAccount() {
	window.open('http://www.foreclosuredata.com/my_account.html', "My_Account", "width=840, height=384, resizable=yes, status=no, scrollbars=yes");
}