function setOs0(on0) {
on0Value = artform.amount.options[artform.amount.selectedIndex].value;
var os0 = document.getElementById("os0");
if (on0Value=="9000.00") { os0.value="The Prayer Garden--Original"; }   
if (on0Value=="12500.00") { os0.value="One Way--Original"; }

if (on0Value=="16000.00") { os0.value="Children of the light--Original"; }
if (on0Value=="5200.00") { os0.value="Salute, Happy Hour In Tuscany--Original"; } 
if (on0Value=="7000.00") { os0.value="Hell, the alternative--Original"; }
if (on0Value=="4400.00") { os0.value="Seek and you shall find--Original"; }                          
}




function PopupPic(sPicURL) { 
window.open( "popup.htm?"+sPicURL, "",  
"resizable=1,HEIGHT=200,WIDTH=200,scrollbars=1"); 
} 
 
