// JavaScript Document
function buckwheat()
{
 myWin1 = window.open('PopUps/buckwheat.html', '', "toolbar=0, width=350, height=350");
}
function buddyMiles()
{
 mywin2 = window.open('PopUps/buddy.html', '', "toolbar=no, width=350, height=475");
}
function lonnieBrooks1()
{
 myWin3 = window.open('PopUps/lonnie1.html', '', "toolbar=no, width=350, height=300");
}
function coreyStevens()
{
 myWin4 = window.open('PopUps/corey.html', '', 'toolbar=no, width=350, height=350');
}
function ericSardinas()
{
 myWin5 = window.open('PopUps/eric.html', '', 'toolbar=no, width=350, height=350');
}
function tommyCastro()
{
 myWin6 = window.open('PopUps/tommy.html', '', 'toolbar=no, width=350, height=475');
}
function kennyNeal()
{
 myWin7 = window.open('PopUps/kenny.html', '', 'toolbar=no, width=350, height=300');
}
function chrisDuarte1()
{
 myWin8 = window.open('PopUps/chris1.html', '', 'toolbar=no, width=350, height=300');
}
function chrisDuarte2()
{
 myWin9 = window.open('PopUps/chris2.html', '', 'toolbar=no, width=350, height=350');
} 
function saffireUppity()
{
 myWin10 = window.open('PopUps/saffire.html', '', 'toolbar=no, width=350, height=300');
}
function savoyBrown()
{
 myWin10 = window.open('PopUps/savoy.html', '', 'toolbar=no, width=350, height=300');
}
function lonnieBrooks2()
{
 myWin11 = window.open('PopUps/lonnie2.html', '', 'toolbar=no, width=350, height=350');
}
function bigMike()
{
 myWin12 = window.open('PopUps/bigMike.html', '', 'toolbar=no, width=350, height=550');
}
function scottEllison()
{
  myWin13 = window.open('PopUps/scott.html', '', 'toolbar=no, width=350, height=300');
}
function paulWood()
{
 myWin14 = window.open('PopUps/paul.html', '', 'toolbar=no, width=350, height=300');
}
function littleMike()
{
 myWin15 = window.open('PopUps/littleMike.html', '', 'toolbar=no, width=350, height=350');
}
function deborahColeman()
{
 myWin16 = window.open('PopUps/deborahColeman.html', '', 'toolbar=no, width=350, height=425');
}
function bigBill()
{
 myWin17 = window.open('PopUps/bigBill.html', '', 'toolbar=no, width=350, height=425');
}







