function setOs0(on0) {
on0Value = artform.amount.options[artform.amount.selectedIndex].value;
var os0 = document.getElementById("os0");
if (on0Value=="38.95") { os0.value="Fine art Open Edition Print Poster Watercolor Paper18x24 "; }
if (on0Value=="89.95") { os0.value="Fine Art Watercolor Paper 18x24"; }
if (on0Value=="99.95") { os0.value="Fine Art Watercolor Paper 24x24"; }
if (on0Value=="149.95") { os0.value="Fine Art Watercolor Paper 24x30"; }
if (on0Value=="169.95") { os0.value="Fine Art Canvas Giclee 18x24"; }
if (on0Value=="249.95") { os0.value="Fine Art Canvas Giclee 24x30"; }

if (on0Value=="299.95") { os0.value="Fine Art Canvas hand embellished Giclee -hand painted-  18X24"; }
if (on0Value=="399.95") { os0.value="Fine Art Canvas hand embellished Giclee -hand painted-  24X30"; }
if (on0Value=="539.95") { os0.value="Fine Art Canvas hand embellished Giclee -hand painted-  24X36"; }
if (on0Value=="795.00") { os0.value="Fine Art Canvas hand embellished Giclee -hand painted-  24X40"; }
if (on0Value=="995.00") { os0.value="Fine Art Canvas hand embellished Giclee -hand painted-  30X40"; }
}



function PopupPic(sPicURL) { 
window.open( "popup.htm?"+sPicURL, "",  
"resizable=1,HEIGHT=200,WIDTH=200,scrollbars=1"); 
}
