<!-- Open New Store Window for Main Page-->

<!--

myHTML = new Array ( 
"../store/Book/Football/OhioState/FB2002-1.html", 
"../store/Book/Football/Michigan/FB2002-1.html", 
"../../../../store/Book/Football/All/FB2006-4.html", 
"../../../../store/Book/Football/Illinois/FB2002-1.html", 
"../../../../store/Book/Football/Indiana/FB2002-1.html", 
"../../../../store/Book/Football/Iowa/FB2005-1.html", 
"../../../../store/Book/Football/Michigan/FB2005-1.html", 
"../../../../store/Book/Football/MichiganState/FB2005-1.html", 
"../../../../store/Book/Football/Minnesota/FB2003-1.html", 
"../../../../store/Book/Football/Northwestern/FB2003-1.html", 
"../../../../store/Book/Football/OhioState/FB2005-1.html", 
"../../../../store/Book/Football/PennState/FB2003-1.html", 
"../../../../store/Book/Football/Purdue/FB2004-1.html", 
"../../../../store/Book/Football/Wisconsin/FB2004-1.html",
"../store/Book/Basketball/All/BB2002-1.html" ,
"../store/Book/Football/All/FB2002-4.html" ,
"../store/TShirts/Football/All/FT2002-1.html" ,
"../../../../../store/Book/Football/All/FB2002-4.html" ,
"../store/Book/Football/All/FB2002-5.html" ,
"../../../../../store/Book/Football/All/FB2002-5.html" ,
"../../../../store/Book/Football/All/FB2006-2.html" ,
"../store/Video/Football/OhioState/FV2002-1.html" ,
"../../../../store/Book/Basketball/Wisconsin/BB2002-1.html" ,
"../../../../../store/Book/Basketball/All/BB2003-1.html" ,
"../../../../store/Book/Football/All/FB2006-1.html" ,
"../../../../store/Video/Football/Michigan/FV2004-1.html" ,
"../../../../store/Book/Basketball/Illinois/BB2005-1.html" ,
"../../../../store/Book/Basketball/Indiana/BB2003-1.html" ,
"../../../../store/Book/Basketball/Iowa/BB2003-1.html" ,
"../../../../store/Book/Basketball/Michigan/BB2005-1.html" ,
"../../../../store/Book/Basketball/MichiganState/BB2005-1.html" ,
"../../../../store/Book/Basketball/Minnesota/BB2003-1.html" ,
"../../../../store/Book/Basketball/Northwestern/BB2003-1.html" ,
"../../../../store/Book/Basketball/OhioState/BB2003-1.html" ,
"../../../../store/Book/Basketball/PennState/BB2003-1.html" ,
"../../../../store/Book/Basketball/Purdue/BB2003-1.html" ,
"../../../../../store/Book/Basketball/All/BB2004-1.html" ,
"../../../../../store/Book/Basketball/All/BB2004-2.html" ,
"../../../../store/Video/Basketball/MichiganState/BV2004-1.html" ,
"../../../../store/Book/Football/All/FB2006-8.html" ,
"../../../../store/Video/Football/Michigan/FV2004-2.html" ,
"../../../../../store/Book/Basketball/All/BB2005-1.html" ,
"../../../../../store/Book/Basketball/All/BB2005-2.html",
"../../../../store/Book/Football/All/FB2006-9.html" ,
"../../../../store/Video/Football/Michigan/FV2005-1.html" ,
"../../../../../store/Book/Basketball/All/BB2006-1.html" ,
"../../../../store/Book/Football/All/FB2006-3.html" ,
"../../../../store/Video/Football/OhioState/FV2006-1.html" ,
"../../../../store/Video/Football/OhioState/FV2006-2.html" ,
"../../../../../store/Video/Basketball/All/BV2007-1.html" 
                                ) ;

function openwindow_store(myNo)   {   window.open ( myHTML[myNo], "Win"+myNo, "width=500, height=490, left=0, top=113, menubar=no" ) ;
                                 }

//-->

 