function openwin(width, height,f)
{
win1 = open("", "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=0,resizeable=0,width="+width+",height="+height);
win1.document.open();
switch (f) {
 case 0:
   win1.document.write("<html><head><title>Flash Intro</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginleft=0 bgcolor='##000033'><embed src='images/animatedlogo.swf' quality='best' bgcolor='#000033' loop='false' wmode='transparent' WIDTH='793' HEIGHT='367' TYPE='application/x-shockwave-flash' PLUGINSPAGE='www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></embed></body></html>");
 case 1:
   win1.document.write("<html><head><title>King James Version Deluxe Gift</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginleft=0 bgcolor='##000033'><img src='../images/store/LargeKJVDeluxeGift.jpg' border=0></body></html>"); 
 case 2:
   win1.document.write("<html><head><title>KJV Reference Edition Black Leather</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginleft=0 bgcolor='##000033'><img src='../images/store/ReferLargeKJV1.jpg' border=0></body></html>");   
 case 3:
   win1.document.write("<html><head><title>God's Answers for Your Daily Needs</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginleft=0 bgcolor='##000033'><img src='../images/store/TouchPointsLarge.gif' border=0></body></html>");    
 }
win1.document.close();
}
