/*
====================================================================
Description: 	Javascript file for the console
Copyright		QuillDesign 2002 http://www.quilldesign.com
====================================================================
*/

/* GLOBAL VARIABLES */
function DonEnright() {
str="http://www.donaldenright.com";
winDonEnright = open(str,'DonEnright','width=600,height=500,scrollbars=yes,location=no,left=0,top=0,menubar=no,alwaysRaised=yes,resizable=no,toolbar=no');
}
function newWindowClose(){
winDonEnright.Close();
}
function LongAndFoster() {
str="http://longandfoster.com/donald.enright";
winLongAndFoster = open(str,'LongAndFoster','width=600,height=500,scrollbars=yes,location=no,left=0,top=0,menubar=no,alwaysRaised=yes,resizable=no,toolbar=no');
}
function newWindowClose(){
winLongAndFoster.Close();
}
function SchoolReport() {
str="http://www.msp.msde.state.md.us/";
winLongAndFoster = open(str,'SchoolReport','width=600,height=500,scrollbars=yes,location=no,left=0,top=0,menubar=no,alwaysRaised=yes,resizable=no,toolbar=no');
}
function newWindowClose(){
winLongAndFoster.Close();
}
function PowerSearch() {
str="http://homes.longandfoster.com/Buy_Home/Search/Property_Search.aspx";
winLongAndFoster = open(str,'PowerSearch','width=600,height=500,scrollbars=yes,location=no,left=0,top=0,menubar=no,alwaysRaised=yes,resizable=no,toolbar=no');
}
function newWindowClose(){
winLongAndFoster.Close();
}
function HomeProspector() {
str="http://www.homesdatabase.com/MDhomesforsale/mris_prospector.shtml";
winHomeProspector = open(str,'HomeProspector','width=600,height=500,scrollbars=yes,location=no,left=0,top=0,menubar=no,alwaysRaised=yes,resizable=no,toolbar=no');
}
function newWindowClose(){
winHomeProspector.Close();
}
function HomeFinder() {
str="http://www.homesdatabase.com/MDhomesforsale/search";
winHomeFinder = open(str,'HomeFinder','width=600,height=500,scrollbars=yes,location=no,left=0,top=0,menubar=no,alwaysRaised=yes,resizable=no,toolbar=no');
}
function newWindowClose(){
winHomeFinder.Close();
}
<!-- hide this script from non-javascript-enabled browsers

if (document.images) {
}

// stop hiding -->