home *** CD-ROM | disk | FTP | other *** search
Wrap
<SCRIPT LANGUAGE="VBScript"> <!--------' A SCRIPT LANGUAGE tag should be the first item on this page -------> </SCRIPT> <!-- Assorted variables are declared --> <SCRIPT LANGUAGE="VBScript"> <!-- dim q dim giftidx dim gift(4) dim line(4) dim price(4) dim glogift --> </SCRIPT> <!-- Assorted user defined subprocedures --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Procedure1() 'this turns on all the order form stuff ordplease.Visible = True ordquan.Visible = True ordshop.Visible = True ordpro.Visible = True ordread.Visible = True ordcancel.Visible = True orderfm.Visible = True ordhead.Visible = True vershad1.Visible = True horshad1.Visible = True ordnum.Visible = True ordnumbk.visible = True 'sets the correct value for the scroll bars and positions the s ordquan.value=0 ordess.left=ordread.left+ordread.width-1 end sub Sub Procedure2() 'shows prompt message for ordering scrollbar ordhead.ForeColor = &H00404080 ordhead.Caption = "Click on the upper and lower arrows to choose a quantity from one to nine. " end sub 'hides prompting text on main screen Sub Procedure3() clikon.Visible = False hotext.Caption = " " end sub Sub Procedure4() 'turn off gift item buttons while computing Call Procedure7() 'looks for empty lines on the order form If not line(glogift)="" then giftidx=line(glogift) else Call Procedure5() 'sets product and price for that line If glogift=1 then gift(giftidx)="Travel Tote":price(giftidx)=15.59 If glogift=2 then gift(giftidx)="Glass Canister" :price(giftidx)=12.39 If glogift=3 then gift(giftidx)="Espresso Cookbook" :price(giftidx)=10.99 If glogift=4 then gift(giftidx)="Logo Cup Set":price(giftidx)=21.79 line(glogift)=giftidx 'add an 's' if more than one or zero If not q=1 then gift(giftidx)=gift(giftidx)&"s" 'set quantity variable to ordering scrollbar output if giftidx=1 then price(1)=Price(1)*q: if q>0 then amt1.Caption =q else amt1.caption="" If giftidx=2 then price(2)=Price(2)*q: if q>0 then amt2.Caption =q else amt2.caption="" If giftidx=3 then price(3)=Price(3)*q: if q>0 then amt3.Caption =q else amt3.caption="" If giftidx=4 then price(4)=Price(4)*q: if q>0 then amt4.Caption =q else amt4.caption="" 'show order form items if not gift(2)="" then gift2.Visible = True:amt2.Visible = True if not gift(3)="" then gift3.Visible = True:amt3.Visible = True if not gift(4)="" then gift4.Visible = True:amt4.Visible = True 'load a coffee variety into order form label if giftidx=1 and q>0 then gift1.caption = gift(1) If giftidx=2 and q>0 then gift2.caption = gift(2) If giftidx=3 and q>0 then gift3.caption = gift(3) If giftidx=4 and q>0 then gift4.caption = gift(4) 'clear non-quantity items if amt1.caption="" then gift1.caption="" if amt2.caption="" then gift2.caption="" if amt3.caption="" then gift3.caption="" if amt4.caption="" then gift4.caption="" 'total the price total.caption=Price(1)+ Price(2)+ Price(3)+ Price(4) 'show the totals display ordresult.Visible = True gift1.Visible = True amt1.Visible = True total.Visible = True totlbl.Visible = True redobutt.Visible=True youhave.Visible = True end sub Sub Procedure5() 'finds an empty line on the order form giftidx=1 If not gift(1)="" then giftidx=2 If not gift(2)="" then giftidx=3 If not gift(3)="" then giftidx=4 end sub Sub Procedure6() 'hides the order form ordplease.Visible = False ordquan.Visible = False ordshop.Visible = False ordpro.Visible = False ordread.Visible = False ordcancel.Visible = False orderfm.Visible = False ordhead.Visible = False vershad1.Visible = False horshad1.Visible = False ordnum.Visible = False ordnumbk.Visible = False ordess.Visible = False ordresult.Visible = False gift1.Visible = False gift2.Visible = False gift3.Visible = False gift4.Visible = False amt1.Visible = False amt2.Visible = False amt3.Visible = False amt4.Visible = False total.Visible = False totlbl.Visible = False redobutt.visible=false youhave.Visible = False end sub Sub Procedure7() 'keeps stray clicks from altering the math if orderfm.visible=-1 then lbaggo.enabled=0 else lbaggo.enabled=-1 if orderfm.visible=-1 then pbaggo.enabled=0 else pbaggo.enabled=-1 if orderfm.visible=-1 then lcango.enabled=0 else lcango.enabled=-1 if orderfm.visible=-1 then pcango.enabled=0 else pcango.enabled=-1 if orderfm.visible=-1 then lbookgo.enabled=0 else lbookgo.enabled=-1 if orderfm.visible=-1 then pbookgo.enabled=0 else pbookgo.enabled=-1 if orderfm.visible=-1 then lcupgo.enabled=0 else lcupgo.enabled=-1 if orderfm.visible=-1 then pcupgo.enabled=0 else pcupgo.enabled=-1 end sub --> </SCRIPT> <!-- Cup N go controls are transparent labels which retain their state as the image beneath them changes. These controls choose other pages (URLs). --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub cup1go_MouseDown(Button, Shift, X, Y) empcup1.Visible = True fulcup1.Visible = False end sub Sub cup1go_MouseUp(Button, Shift, X, Y) Window.location.href = "Volcano.htm" end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub cup2go_MouseDown(Button, Shift, X, Y) fulcup2.Visible = False empcup2.Visible = True end sub Sub cup2go_MouseUp(Button, Shift, X, Y) Window.location.href = "beans.htm" end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub cup4go_MouseDown(Button, Shift, X, Y) fulcup4.Visible = False empcup4.Visible = True end sub Sub cup4go_MouseUp(Button, Shift, X, Y) Window.location.href = "cafe.htm" end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub cup5go_MouseDown(Button, Shift, X, Y) fulcup5.Visible = False empcup5.Visible = True end sub Sub cup5go_MouseUp(Button, Shift, X, Y) Window.location.href = "counter.htm" end sub --> </SCRIPT> <!-- Shows prompt for scrollbar. --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub ordread_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) Call Procedure2() end sub --> </SCRIPT> <!-- Hides all the parts of the Order Form. --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub ordcancel_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) ordhead.ForeColor = &H00404080 ordhead.Caption = "Click on 'Cancel' to erase entire order and begin again." end sub Sub ordcancel_Click() price(1)=0 price(2)=0 price(3)=0 price(4)=0 amt1.caption="" amt2.caption="" amt3.caption="" amt4.caption="" gift1.caption="" gift2.caption="" gift3.caption="" gift4.caption="" gift(1)="" gift(2)="" gift(3)="" gift(4)="" line(1)="" line(2)="" line(3)="" line(4)="" Call Procedure6() Call Procedure7() end sub --> </SCRIPT> <!-- L X go are transparent labels that select products shown in bitmap.. --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Lcupgo_Click() ordread.Caption = "6 cup set" call Procedure1() glogift=4 end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Lcango_Click() ordread.Caption = "canister" call Procedure1() glogift=2 end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Lbookgo_Click() ordread.Caption = "Cookbook" call Procedure1() glogift=3 end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Lbaggo_Click() ordread.Caption = "tote bag" call Procedure1() glogift=1 end sub --> </SCRIPT> <!-- P X go are labels that go with the pictures above and also select products --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Pcupgo_Click() ordread.Caption = " 6 cup set" call Procedure1() glogift=4 end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Pcango_Click() ordread.Caption = "canister" call Procedure1() glogift=2 end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Pbookgo_Click() ordread.Caption = "cookbook" call Procedure1() glogift=3 end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub Pbaggo_Click() ordread.Caption = "tote bag" call Procedure1() glogift=1 end sub --> </SCRIPT> <!-- These two display order message then restore previous text. --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub ordpro_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) ordhead.ForeColor = &H00404080 if ordresult.visible= 0 then ordhead.Caption = "Click on this button to add this item to your shopping list." else ordhead.caption="This sample lacks server-side scripting, so coffee page totals don't carry over." end sub Sub ordpro_MouseDown(Button, Shift, X, Y) if ordresult.visible= 0 then ordhead.Caption ="Use the up and down arrows to select a quantity." else ordhead.Caption ="This data would be sent with credit card info to a database." call Procedure4() end sub --> </SCRIPT> <!-- Uses a scrollbar to increment displayed quantity. --> <SCRIPT LANGUAGE="VBScript"> <!-- dim q Sub ordquan_Change() q=ordquan.value ordnum.caption=q if q=1 then ordess.visible=False else ordess.visible=True end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub ordnum_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) Call Procedure2() end sub --> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> <!-- Sub ordplease_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) Call Procedure2() end sub --> </SCRIPT> <!-- Sets order form heading to default message --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub orderfm_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) ordhead.ForeColor = &H00800000 ordhead.Caption = "Order Here from the Volcano Coffee Online Company Store" end sub --> </SCRIPT> <!-- maintain current state and add or modify an item. --> <SCRIPT LANGUAGE="VBScript"> <!-- Sub redobutt_MouseMove(ByVal Button, ByVal Shift, ByVal X, ByVal Y) ordhead.ForeColor = &H00404080:ordhead.Caption = "Click on this button to choose another coffee or redo entry." end sub Sub redobutt_Click() Call Procedure2() Call Procedure6() Call Procedure7() end sub --> </SCRIPT> <!-- Characteristics of various controls defined below. --> <DIV BACKGROUND="#ffffff" ID="cover" STYLE="LAYOUT:FIXED;WIDTH:454pt;HEIGHT:227pt;"> <OBJECT ID="Image3" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:54pt;LEFT:241pt;WIDTH:217pt;HEIGHT:154pt;ZINDEX:0;"> <PARAM NAME="PicturePath" VALUE="art/products.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="7655;5433"> <PARAM NAME="PictureAlignment" VALUE="0"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="empcup1" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:233pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:1;"> <PARAM NAME="PicturePath" VALUE="art/empcup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="empcup2" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:276pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:2;"> <PARAM NAME="PicturePath" VALUE="art/empcup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="empcup3" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:318pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:3;"> <PARAM NAME="PicturePath" VALUE="art/empcup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="empcup4" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:361pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:4;"> <PARAM NAME="PicturePath" VALUE="art/empcup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="empcup5" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:404pt;WIDTH:32pt;HEIGHT:29pt;DISPLAY:NONE;ZINDEX:5;"> <PARAM NAME="PicturePath" VALUE="art/empcup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="homelbl" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:35pt;LEFT:236pt;WIDTH:27pt;HEIGHT:10pt;ZINDEX:6;"> <PARAM NAME="ForeColor" VALUE="4210816"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Home "> <PARAM NAME="Size" VALUE="953;353"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="giftlbl" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:35pt;LEFT:322pt;WIDTH:25pt;HEIGHT:10pt;ZINDEX:7;"> <PARAM NAME="ForeColor" VALUE="4210816"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Gifts"> <PARAM NAME="Size" VALUE="882;353"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="coffelbl" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:35pt;LEFT:274pt;WIDTH:33pt;HEIGHT:10pt;ZINDEX:8;"> <PARAM NAME="ForeColor" VALUE="4210816"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Coffees"> <PARAM NAME="Size" VALUE="1164;353"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="cafelbl" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:35pt;LEFT:367pt;WIDTH:21pt;HEIGHT:10pt;ZINDEX:9;"> <PARAM NAME="ForeColor" VALUE="4210816"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Cafelbl"> <PARAM NAME="Size" VALUE="741;353"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="fulcup1" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:233pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:10;"> <PARAM NAME="PicturePath" VALUE="art/cup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="fulcup2" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:276pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:11;"> <PARAM NAME="PicturePath" VALUE="art/cup.gif"> <PARAM NAME="BackColor" VALUE="16777215"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="fulcup4" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:361pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:12;"> <PARAM NAME="PicturePath" VALUE="art/cup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="fulcup5" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:0pt;LEFT:404pt;WIDTH:32pt;HEIGHT:29pt;ZINDEX:13;"> <PARAM NAME="PicturePath" VALUE="art/cup.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="1129;1023"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="uslbl" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:35pt;LEFT:400pt;WIDTH:41pt;HEIGHT:10pt;ZINDEX:14;"> <PARAM NAME="ForeColor" VALUE="4210816"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="About Us"> <PARAM NAME="Size" VALUE="1446;353"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Image1" CLASSID="CLSID:D4A97620-8E8F-11CF-93CD-00AA00C08FDF" STYLE="TOP:1pt;LEFT:18pt;WIDTH:167pt;HEIGHT:50pt;ZINDEX:15;"> <PARAM NAME="PicturePath" VALUE="art/hvolclg2.gif"> <PARAM NAME="BorderStyle" VALUE="0"> <PARAM NAME="SizeMode" VALUE="3"> <PARAM NAME="Size" VALUE="5891;1764"> <PARAM NAME="VariousPropertyBits" VALUE="19"> </OBJECT> <OBJECT ID="Label1" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:54pt;LEFT:20pt;WIDTH:208pt;HEIGHT:26pt;ZINDEX:16;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Enjoy Volcano Coffee branded accessories designed to appeal to coffee connoisseurs."> <PARAM NAME="Size" VALUE="7338;917"> <PARAM NAME="FontName" VALUE="Arial"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="200"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Lbaggo" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:88pt;LEFT:22pt;WIDTH:183pt;HEIGHT:32pt;ZINDEX:17;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Our durable sailcloth travel tote folds neatly. Attractive and practical, our tote carries the load and conserves trees. $15.59"> <PARAM NAME="Size" VALUE="6456;1129"> <PARAM NAME="FontName" VALUE="Arial"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Lcango" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:125pt;LEFT:46pt;WIDTH:198pt;HEIGHT:21pt;ZINDEX:18;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Keep your Volcano Coffee roaster-fresh in our attactive cobalt-blue glass canister. $12.39"> <PARAM NAME="Size" VALUE="6985;741"> <PARAM NAME="FontName" VALUE="Arial"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Lbookgo" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:153pt;LEFT:21pt;WIDTH:188pt;HEIGHT:32pt;ZINDEX:19;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Top restaurant chefs contributed to our Espresso Cookbook. Includes many desserts and novelty hors d'oeuvres. $10.99"> <PARAM NAME="Size" VALUE="6632;1129"> <PARAM NAME="FontName" VALUE="Arial"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Lcupgo" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:191pt;LEFT:47pt;WIDTH:192pt;HEIGHT:21pt;ZINDEX:20;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Treat your guests to Volcano Coffee served in our restaurant quality cups. 6 for $21.79"> <PARAM NAME="Size" VALUE="6773;741"> <PARAM NAME="FontName" VALUE="Arial"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="dot1" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:67pt;LEFT:11pt;WIDTH:8pt;HEIGHT:34pt;ZINDEX:21;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="."> <PARAM NAME="Size" VALUE="282;1199"> <PARAM NAME="FontName" VALUE="Arial Black"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="520"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="dot2" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:103pt;LEFT:35pt;WIDTH:8pt;HEIGHT:34pt;ZINDEX:22;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="."> <PARAM NAME="Size" VALUE="282;1199"> <PARAM NAME="FontName" VALUE="Arial Black"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="520"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="dot3" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:132pt;LEFT:10pt;WIDTH:8pt;HEIGHT:34pt;ZINDEX:23;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="."> <PARAM NAME="Size" VALUE="282;1199"> <PARAM NAME="FontName" VALUE="Arial Black"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="520"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="dot4" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:169pt;LEFT:38pt;WIDTH:8pt;HEIGHT:35pt;ZINDEX:24;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="."> <PARAM NAME="Size" VALUE="282;1235"> <PARAM NAME="FontName" VALUE="Arial Black"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="520"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="clickon" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:208pt;LEFT:285pt;WIDTH:95pt;HEIGHT:12pt;ZINDEX:25;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Click on Your Choice"> <PARAM NAME="Size" VALUE="3351;423"> <PARAM NAME="FontName" VALUE="Times New Roman"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="180"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="ParagraphAlign" VALUE="3"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Pcupgo" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:140pt;LEFT:246pt;WIDTH:68pt;HEIGHT:61pt;ZINDEX:26;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="2399;2152"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="Pbaggo" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:56pt;LEFT:277pt;WIDTH:104pt;HEIGHT:78pt;ZINDEX:27;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="3669;2752"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="Pbookgo" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:136pt;LEFT:325pt;WIDTH:60pt;HEIGHT:63pt;ZINDEX:28;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="2117;2223"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="Pcango" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:87pt;LEFT:388pt;WIDTH:57pt;HEIGHT:79pt;ZINDEX:29;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="2011;2787"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="orderfm" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:17pt;LEFT:66pt;WIDTH:173pt;HEIGHT:206pt;DISPLAY:NONE;ZINDEX:30;"> <PARAM NAME="ForeColor" VALUE="16777215"> <PARAM NAME="BackColor" VALUE="16777215"> <PARAM NAME="Size" VALUE="6103;7267"> <PARAM NAME="BorderStyle" VALUE="1"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="ordhead" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:21pt;LEFT:74pt;WIDTH:158pt;HEIGHT:50pt;DISPLAY:NONE;ZINDEX:31;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Order Here from the Volcano Coffee Online Company Store"> <PARAM NAME="Size" VALUE="5574;1764"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="ordpro" CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:187pt;LEFT:77pt;WIDTH:42pt;HEIGHT:18pt;TABINDEX:19;DISPLAY:NONE;ZINDEX:32;"> <PARAM NAME="BackColor" VALUE="12632256"> <PARAM NAME="Caption" VALUE="Process"> <PARAM NAME="Size" VALUE="1482;635"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="ParagraphAlign" VALUE="3"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="ordcancel" CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:187pt;LEFT:190pt;WIDTH:41pt;HEIGHT:18pt;TABINDEX:20;DISPLAY:NONE;ZINDEX:33;"> <PARAM NAME="ForeColor" VALUE="0"> <PARAM NAME="BackColor" VALUE="12632256"> <PARAM NAME="Caption" VALUE="Cancel"> <PARAM NAME="Size" VALUE="1446;635"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="ParagraphAlign" VALUE="3"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="ordshop" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:105pt;LEFT:90pt;WIDTH:115pt;HEIGHT:15pt;DISPLAY:NONE;ZINDEX:34;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="to my Shopping List:"> <PARAM NAME="Size" VALUE="4057;529"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="200"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="vershad1" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:21pt;LEFT:63pt;WIDTH:3pt;HEIGHT:203pt;DISPLAY:NONE;ZINDEX:35;"> <PARAM NAME="BackColor" VALUE="0"> <PARAM NAME="Size" VALUE="106;7161"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="horshad1" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:222pt;LEFT:63pt;WIDTH:172pt;HEIGHT:3pt;DISPLAY:NONE;ZINDEX:36;"> <PARAM NAME="BackColor" VALUE="0"> <PARAM NAME="Size" VALUE="6068;106"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="ordquan" CLASSID="CLSID:DFD181E0-5E2F-11CE-A449-00AA004A803D" STYLE="TOP:72pt;LEFT:146pt;WIDTH:10pt;HEIGHT:29pt;TABINDEX:26;DISPLAY:NONE;ZINDEX:37;"> <PARAM NAME="Size" VALUE="353;1023"> <PARAM NAME="Max" VALUE="9"> <PARAM NAME="SmallChange" VALUE="4294967295"> <PARAM NAME="LargeChange" VALUE="4294967295"> </OBJECT> <OBJECT ID="ordnumbk" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:81pt;LEFT:145pt;WIDTH:11pt;HEIGHT:11pt;DISPLAY:NONE;ZINDEX:38;"> <PARAM NAME="BackColor" VALUE="16777215"> <PARAM NAME="Size" VALUE="388;388"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="ordnum" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:82pt;LEFT:149pt;WIDTH:6pt;HEIGHT:10pt;DISPLAY:NONE;ZINDEX:39;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="0"> <PARAM NAME="Size" VALUE="212;353"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="ordread" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:80pt;LEFT:159pt;WIDTH:44pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:40;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="BackColor" VALUE="16777215"> <PARAM NAME="VariousPropertyBits" VALUE="268435475"> <PARAM NAME="Caption" VALUE="tote bag"> <PARAM NAME="Size" VALUE="1552;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="200"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="ordplease" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:80pt;LEFT:82pt;WIDTH:62pt;HEIGHT:15pt;DISPLAY:NONE;ZINDEX:41;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Please add"> <PARAM NAME="Size" VALUE="2187;529"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="200"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="ordess" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:80pt;LEFT:203pt;WIDTH:10pt;HEIGHT:14pt;DISPLAY:NONE;ZINDEX:42;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="19"> <PARAM NAME="Caption" VALUE="s"> <PARAM NAME="Size" VALUE="353;494"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="200"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="cup2go" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:0pt;LEFT:278pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:43;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="1023;847"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="cup1go" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:0pt;LEFT:233pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:44;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="1023;847"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="cup4go" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:0pt;LEFT:363pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:45;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="1023;847"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="cup5go" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:5pt;LEFT:406pt;WIDTH:29pt;HEIGHT:24pt;ZINDEX:46;"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="1023;847"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="ordresult" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:57pt;LEFT:69pt;WIDTH:164pt;HEIGHT:80pt;DISPLAY:NONE;ZINDEX:47;"> <PARAM NAME="BackColor" VALUE="16777215"> <PARAM NAME="Size" VALUE="5786;2822"> <PARAM NAME="BorderColor" VALUE="16777215"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="0"> </OBJECT> <OBJECT ID="youhave" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:71pt;LEFT:78pt;WIDTH:114pt;HEIGHT:15pt;DISPLAY:NONE;ZINDEX:48;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Caption" VALUE="Your Shopping List:"> <PARAM NAME="Size" VALUE="4022;529"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="gift1" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:90pt;LEFT:88pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:49;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="19"> <PARAM NAME="Size" VALUE="4833;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="gift2" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:105pt;LEFT:88pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:50;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="19"> <PARAM NAME="Size" VALUE="4833;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="gift3" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:120pt;LEFT:88pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:51;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="4833;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="gift4" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:135pt;LEFT:88pt;WIDTH:137pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:52;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="4833;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="totlbl" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:156pt;LEFT:84pt;WIDTH:73pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:53;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="268435475"> <PARAM NAME="Caption" VALUE="Your Total: $"> <PARAM NAME="Size" VALUE="2575;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="amt1" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:90pt;LEFT:78pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:54;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="19"> <PARAM NAME="Size" VALUE="247;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="amt2" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:105pt;LEFT:78pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:55;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="247;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="Amt3" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:120pt;LEFT:78pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:56;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="247;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="amt4" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:135pt;LEFT:78pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:57;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="8388627"> <PARAM NAME="Size" VALUE="247;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="total" CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0" STYLE="TOP:157pt;LEFT:159pt;WIDTH:7pt;HEIGHT:12pt;DISPLAY:NONE;ZINDEX:58;"> <PARAM NAME="ForeColor" VALUE="8388608"> <PARAM NAME="VariousPropertyBits" VALUE="268435475"> <PARAM NAME="Caption" VALUE="0"> <PARAM NAME="Size" VALUE="247;423"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontHeight" VALUE="220"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> <OBJECT ID="redobutt" CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57" STYLE="TOP:176pt;LEFT:133pt;WIDTH:44pt;HEIGHT:38pt;TABINDEX:48;DISPLAY:NONE;ZINDEX:59;"> <PARAM NAME="ForeColor" VALUE="128"> <PARAM NAME="BackColor" VALUE="12632256"> <PARAM NAME="VariousPropertyBits" VALUE="8388635"> <PARAM NAME="Caption" VALUE="Select Next or Redo"> <PARAM NAME="Size" VALUE="1552;1341"> <PARAM NAME="FontEffects" VALUE="1073741825"> <PARAM NAME="FontCharSet" VALUE="0"> <PARAM NAME="FontPitchAndFamily" VALUE="2"> <PARAM NAME="ParagraphAlign" VALUE="3"> <PARAM NAME="FontWeight" VALUE="700"> </OBJECT> </DIV>