<!-- Begin
function topWindow(){
popup = window.open("http://www.perryton.com/unique2.htm","","height=500,width=500,scrollbars=yes");
}
function topWindow2(){
popup = window.open("http://www.perryton.com/buysell.htm","","height=500,width=350,scrollbars=yes");
}
function topWindow3(){
popup = window.open("http://www.perryton.com/courth1.jpg","","height=200,width=400,scrollbars=no");
}
function topWindow4(){
popup = window.open("http://image.weather.com/web/radar/us_ama_closeradar_plus_usen.jpg","","height=400,width=640,scrollbars=yes");
}
function topWindow5(){
popup = window.open("http://www.weather.com/weather/alerts/lswxdesktop/USTX1043","","height=221,width=350,scrollbars=no");
}
function topWindow6(){
popup = window.open("http://www.perryton.com/aniradar.htm","","height=250,width=260,scrollbars=no");
}
function topWindow7(){
popup = window.open("http://www.perryton.com/exstudent.htm","","height=500,width=350,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 -->

