// JavaScript Document

<!-- 
// This is the function that will open the
// new window when the mouse is moved over the link
function open_new_window1() 
{
new_window = open('Bethel_Farms_Birches_S.html','','height=850,width=640,scrollbars=yes,resizable=yes');



// close the document
new_window.document.close(); 
}


function open_new_window2() 
{
new_window = open('Bethel_Farms_Meadows_S.html','','height=925,width=640,scrollbars=yes,resizable=yes');



// close the document
new_window.document.close(); 
}

function open_new_window3() 
{
new_window = open('Bethel_Farms_Crest_S.html','','height=800,width=640,scrollbars=yes,resizable=yes');



// close the document
new_window.document.close(); 
}

