<style type="text/css">

#zone {
font-weight:bold;
color:#ff0000;
text-align:center;
}

</style>


function openWin(url, windowname,zone, w, h) {
  newWin=window.open(url, windowname, zone ,"scrollbars=no,width=" + w + ",height=" + h)
  newWin.focus()
}
//-->
</script>

