//<!--     

 function Enlarge(x)
 {
 var x;
 var this_url="http://www.boermeatgoats.com/" + [x];
    var rules = open(this_url, "rules","width=795,height=530,left=2,top=2,scrollbars,resizable");
      rules.focus(); 
      return false;
 }

 function invest()
 {
    var inv = open("http://www.boermeatgoats.com/inquiry.cfm","_top");
 }

 function fs(Page)
 {
 var Page;
 var this_url="http://www.boermeatgoats.com/" + [Page];
    var fs = open(this_url, "fs","width=800,height=screen.height - 30,left=0,top=0,resizable,scrollbars,status");
      fs.focus(); 
      return false;
 }

 function inv(Page)
 {
 var Page;
 var this_url="http://www.boermeatgoats.com/" + [Page];
    var ts = open(this_url, "ts","width=800,height=200,left=0,top=10,resizable");
      ts.focus(); 
      return false;
 }

 
window.status='Call us at 800-698-7077.'; 
 
//-->