<!-- Begin
function topWindow(){
popup = window.open("http://www.bajacattle.com/result1.htm","","height=500,width=400,scrollbars=yes");
}
function topWindow2(){
popup = window.open("http://www.bajacattle.com/result2.htm","","height=500,width=400,scrollbars=yes");
}
function topWindow3(){
popup = window.open("http://www.bajacattle.com/result3.htm","","height=500,width=400,scrollbars=yes");
}
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=300,height=400,scrollbars=yes');
return false;
}
// End -->
