var menuNAME = new Object();      menuNAME['flame'] = [['(select a colour)', 'none'],['black', 'blackflame'], ['white', 'whiteflame'], ['red', 'redflame'], ['green', 'greenflame'], ['blue', 'blueflame'], ['yellow', 'yellowflame'], ['orange', 'orangeflame'], ['pink', 'pinkflame'], ['silver', 'silverflame'], ['gold', 'goldflame']];   menuNAME['chinesedragon'] = [['(select a colour)', 'none'],['black', 'blackchinesedragon'], ['white', 'whitechinesedragon'], ['red', 'redchinesedragon'], ['green', 'greenchinesedragon'], ['blue', 'bluechinesedragon'], ['yellow', 'yellowchinesedragon'], ['orange', 'orangechinesedragon'], ['pink', 'pinkchinesedragon'], ['silver', 'silverchinesedragon'], ['gold', 'goldchinesedragon']];   menuNAME['demondragon'] = [['(select a colour)', 'none'],['black', 'blackdemondragon'], ['white', 'whitedemondragon'], ['red', 'reddemondragon'], ['green', 'greendemondragon'], ['blue', 'bluedemondragon'], ['yellow', 'yellowdemondragon'], ['orange', 'orangedemondragon'], ['pink', 'pinkdemondragon'], ['silver', 'silverdemondragon'], ['gold', 'golddemondragon']];   menuNAME['trex'] = [['(select a colour)', 'none'],['black', 'blacktrex'], ['white', 'whitetrex'], ['red', 'redtrex'], ['green', 'greentrex'], ['blue', 'bluetrex'], ['yellow', 'yellowtrex'], ['orange', 'orangetrex'], ['pink', 'pinktrex'], ['silver', 'silvertrex'], ['gold', 'goldtrex']];   menuNAME['tribaldragon'] = [['(select a colour)', 'none'],['black', 'blacktribaldragon'], ['white', 'whitetribaldragon'], ['red', 'redtribaldragon'], ['green', 'greentribaldragon'], ['blue', 'bluetribaldragon'], ['yellow', 'yellowtribaldragon'], ['orange', 'orangetribaldragon'], ['pink', 'pinktribaldragon'], ['silver', 'silvertribaldragon'], ['gold', 'goldtribaldragon']];   menuNAME['tribaltattoo'] = [['(select a colour)', 'none'],['black', 'blacktribaltattoo1'], ['white', 'whitetribaltattoo1'], ['red', 'redtribaltattoo1'], ['green', 'greentribaltattoo1'], ['blue', 'bluetribaltattoo1'], ['yellow', 'yellowtribaltattoo1'], ['orange', 'orangetribaltattoo1'], ['pink', 'pinktribaltattoo1'], ['silver', 'silvertribaltattoo1'], ['gold', 'goldtribaltattoo1']];   menuNAME['tribaltattooo'] = [['(select a colour)', 'none'],['black', 'blacktribaltattoo2'], ['white', 'whitetribaltattoo2'], ['red', 'redtribaltattoo2'], ['green', 'greentribaltattoo2'], ['blue', 'bluetribaltattoo2'], ['yellow', 'yellowtribaltattoo2'], ['orange', 'orangetribaltattoo2'], ['pink', 'pinktribaltattoo2'], ['silver', 'silvertribaltattoo2'], ['gold', 'goldtribaltattoo2']];   menuNAME['gecko'] = [['(select a colour)', 'none'],['black', 'blackgecko'], ['white', 'whitegecko'], ['red', 'redgecko'], ['green', 'greengecko'], ['blue', 'bluegecko'], ['yellow', 'yellowgecko'], ['orange', 'orangegecko'], ['pink', 'pinkgecko'], ['silver', 'silvergecko'], ['gold', 'goldgecko']];   menuNAME['kisspack'] = [['(select a colour)', 'none'],['pink', 'pinkkisspack'], ['red', 'redkisspack']];         menuNAME['burningflame'] = [['(select a colour)', 'none'],['orange', 'orangeburningflame'], ['red', 'redburningflame']];   menuNAME['dicepack'] = [['(select a colour)', 'none'],['red', 'reddicepack']];   menuNAME['jaggedcroc'] = [['(select a colour)', 'none'],['standard', 'jaggedcroc']];   menuNAME['jaggedmetal'] = [['(select a colour)', 'none'],['standard', 'jaggedmetal']];   menuNAME['jaggedunionjack'] = [['(select a colour)', 'none'],['standard', 'jaggedunionjack']];   menuNAME['jaggedbulldog'] = [['(select a colour)', 'none'],['standard', 'jaggedbulldog']];   menuNAME['spider'] = [['(select a colour)', 'none'],['standard', 'spider']];   menuNAME['flamesrising'] = [['(select a colour)', 'none'],['standard', 'flamesrising']];   menuNAME['speedskull'] = [['(select a colour)', 'none'],['standard', 'speedskull1'], ['charred', 'speedskull2']];   menuNAME['silvasurfa'] = [['(select a colour)', 'none'],['standard', 'silvasurfa']];      function populateList( listId, menuId )   {     var selectList = document.getElementById(listId);     selectList.options.length = 0;          if( menuNAME[menuId] ) { for( var c = 0; c < menuNAME[menuId].length; c++ ) selectList.options[c] = new Option( menuNAME[menuId][c][0], menuNAME[menuId][c][1] );		 }        }function showimage(){if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangeburningflame")  { MM_swapImage('car','','imagesvinyl/flame/image_burningflame.gif',0) ; { document.order.NAME2.value = 0 } ; { document.order.PRICE.value= "80" } ; MM_swapImage('pricepic','','images/price_80.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redburningflame")  { MM_swapImage('car','','imagesvinyl/flame/image_redflame.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "80" } ; MM_swapImage('pricepic','','images/price_80.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="reddicepack")  { MM_swapImage('car','','imagesvinyl/dice/dice_red.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "35" } ; MM_swapImage('pricepic','','images/price_35.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="jaggedcroc") { MM_swapImage('car','','imagesvinyl/jagged/croc.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="jaggedmetal") { MM_swapImage('car','','imagesvinyl/jagged/metal.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="jaggedunionjack") { MM_swapImage('car','','imagesvinyl/jagged/unionjack.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="jaggedbulldog") { MM_swapImage('car','','imagesvinyl/jagged/bulldog.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="spider") { MM_swapImage('car','','imagesvinyl/car_spider.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="flamesrising") { MM_swapImage('car','','imagesvinyl/car_flamesrising.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "90" } ; MM_swapImage('pricepic','','images/price_90.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="speedskull1") { MM_swapImage('car','','imagesvinyl/car_skull_1.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="speedskull2") { MM_swapImage('car','','imagesvinyl/car_skull_2.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silvasurfa") { MM_swapImage('car','','imagesvinyl/car_silvasurfa.gif',0) ; { document.order.NAME2.value = 0 } ;{ document.order.PRICE.value= "60" } ; MM_swapImage('pricepic','','images/price_60.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="kisspack") { MM_swapImage('car','','imagesvinyl/flame/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blackflame")  { MM_swapImage('car','','imagesvinyl/flame/image_black.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whiteflame")  { MM_swapImage('car','','imagesvinyl/flame/image_white.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redflame")  { MM_swapImage('car','','imagesvinyl/flame/image_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greenflame") { MM_swapImage('car','','imagesvinyl/flame/image_green.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blueflame") { MM_swapImage('car','','imagesvinyl/flame/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowflame") { MM_swapImage('car','','imagesvinyl/flame/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangeflame") { MM_swapImage('car','','imagesvinyl/flame/image_orange.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinkflame") { MM_swapImage('car','','imagesvinyl/flame/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silverflame") { MM_swapImage('car','','imagesvinyl/flame/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldflame") { MM_swapImage('car','','imagesvinyl/flame/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/flame/image_1.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/flame/image_2.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/flame/image_3.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none") { MM_swapImage('car','','images/silvercar3.gif',0) ; { document.order.PRICE.value= "45" } ; MM_swapImage('pricepic','','images/price_45.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blackchinesedragon")  { MM_swapImage('car','','imagesvinyl/chinesedragon/image_black.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitechinesedragon")  { MM_swapImage('car','','imagesvinyl/chinesedragon/image_white.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redchinesedragon")  { MM_swapImage('car','','imagesvinyl/chinesedragon/image_red.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greenchinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_green.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluechinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_blue.gif',0) ;{ document.order.NAME3.value = 0 } ;  { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowchinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangechinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_orange.gif',0) ;{ document.order.NAME3.value = 0 } ;  { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinkchinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silverchinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldchinesedragon") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_1.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_2.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/chinesedragon/image_3.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none selected !") { MM_swapImage('car','','images/car.gif',0) ; { document.order.PRICE.value= "0" } ; MM_swapImage('pricepic','','images/price_0.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blackdemondragon")  { MM_swapImage('car','','imagesvinyl/demondragon/image_black.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" }  ; MM_swapImage('pricepic','','images/price_40.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitedemondragon")  { MM_swapImage('car','','imagesvinyl/demondragon/image_white.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="reddemondragon")  { MM_swapImage('car','','imagesvinyl/demondragon/image_red.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greendemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_green.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluedemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowdemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_yellow.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangedemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_orange.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinkdemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silverdemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="golddemondragon") { MM_swapImage('car','','imagesvinyl/demondragon/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/demondragon/image_1.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/demondragon/image_2.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/demondragon/image_3.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none selected !") { MM_swapImage('car','','images/car.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blacktrex")  { MM_swapImage('car','','imagesvinyl/trex/image_black.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitetrex")  { MM_swapImage('car','','imagesvinyl/trex/image_white.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redtrex")  { MM_swapImage('car','','imagesvinyl/trex/image_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greentrex") { MM_swapImage('car','','imagesvinyl/trex/image_green.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluetrex") { MM_swapImage('car','','imagesvinyl/trex/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowtrex") { MM_swapImage('car','','imagesvinyl/trex/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangetrex") { MM_swapImage('car','','imagesvinyl/trex/image_orange.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinktrex") { MM_swapImage('car','','imagesvinyl/trex/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silvertrex") { MM_swapImage('car','','imagesvinyl/trex/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldtrex") { MM_swapImage('car','','imagesvinyl/trex/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/trex/image_1.gif',0) ; { document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/trex/image_2.gif',0) ; { document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/trex/image_3.gif',0) ; { document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none selected !") { MM_swapImage('car','','images/car.gif',0) ; { document.order.PRICE.value= "25" } ; MM_swapImage('pricepic','','images/price_25.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blacktribaldragon")  { MM_swapImage('car','','imagesvinyl/tribaldragon/image_black.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitetribaldragon")  { MM_swapImage('car','','imagesvinyl/tribaldragon/image_white.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redtribaldragon")  { MM_swapImage('car','','imagesvinyl/tribaldragon/image_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greentribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_green.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluetribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowtribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangetribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_orange.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinktribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silvertribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldtribaldragon") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_1.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_2.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/tribaldragon/image_3.gif',0) ; { document.order.PRICE.value= "40" } ; MM_swapImage('pricepic','','images/price_40.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none") { MM_swapImage('car','','images/silvercar3.gif',0) ; { document.order.PRICE.value= "0" } ; MM_swapImage('pricepic','','images/price_0.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blacktribaltattoo1")  { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_black.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitetribaltattoo1")  { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_white.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redtribaltattoo1")  { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greentribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_green.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluetribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowtribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangetribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_orange.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinktribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silvertribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldtribaltattoo1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_1.gif',0) ; { document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_2.gif',0) ; { document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/tribaltattoo1/image_3.gif',0) ; { document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none") { MM_swapImage('car','','images/silvercar3.gif',0) ; { document.order.PRICE.value= "0" } ; MM_swapImage('pricepic','','images/price_0.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blacktribaltattoo2")  { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_black.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitetribaltattoo2")  { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_white.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redtribaltattoo2")  { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greentribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_green.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluetribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowtribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangetribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_orange.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinktribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silvertribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldtribaltattoo2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="1") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_1.gif',0) ; { document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="2") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_2.gif',0) ; { document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/tribaltattoo2/image_3.gif',0) ; { document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none") { MM_swapImage('car','','images/silvercar3.gif',0) ; { document.order.PRICE.value= "0" } ; MM_swapImage('pricepic','','images/price_0.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="blackgecko")  { MM_swapImage('car','','imagesvinyl/gecko/image_black.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }  if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="whitegecko")  { MM_swapImage('car','','imagesvinyl/gecko/image_white.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) } if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redgecko")  { MM_swapImage('car','','imagesvinyl/gecko/image_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="greengecko") { MM_swapImage('car','','imagesvinyl/gecko/image_green.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="bluegecko") { MM_swapImage('car','','imagesvinyl/gecko/image_blue.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="yellowgecko") { MM_swapImage('car','','imagesvinyl/gecko/image_yellow.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="orangegecko") { MM_swapImage('car','','imagesvinyl/gecko/image_orange.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinkgecko") { MM_swapImage('car','','imagesvinyl/gecko/image_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="silvergecko") { MM_swapImage('car','','imagesvinyl/gecko/image_silver.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="goldgecko") { MM_swapImage('car','','imagesvinyl/gecko/image_gold.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "30" } ; MM_swapImage('pricepic','','images/price_30.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="pinkkisspack") { MM_swapImage('car','','imagesvinyl/lips/lips_pink.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "15" } ; MM_swapImage('pricepic','','images/price_15.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="redkisspack") { MM_swapImage('car','','imagesvinyl/lips/lips_red.gif',0) ; { document.order.NAME3.value = 0 } ;{ document.order.PRICE.value= "15" } ; MM_swapImage('pricepic','','images/price_15.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="3") { MM_swapImage('car','','imagesvinyl/gecko/image_3.gif',0) ; { document.order.PRICE.value= "15" } ; MM_swapImage('pricepic','','images/price_15.gif',0) }if (document.order.NAME.options[document.order.NAME.selectedIndex].value=="none") { MM_swapImage('car','','images/silvercar3.gif',0) ; { document.order.PRICE.value= "0" } ; MM_swapImage('pricepic','','images/price_0.gif',0) }}