function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
function openw(s,w,h,a) {
h=h+50;
w=w+40;
  ww=window.open('','','width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=1');
ww.document.write("<html><head><title>Heavenly Treasures Jewelry</title></head><body leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 marginborder=0>")
ww.document.write("<center><IMG src='"+s+"' alt='"+a+"'><br>")
ww.document.write("<a href=# onclick='javascript:window.close()'><b><font size=2 face=Arial>Close window</font></b></a></center></body></html>")
}

