<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=500,height=500,left = 312,top = 84');");
}
// End -->

<!-- Begin
function showColor(val) {
document.colorform.hexval.value = val;
}
//  End -->

<!-- Begin
function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=710,height=500,left = 212,top = 60');");
}
// End -->

<!--
// toggle visibility

function toggle( targetId ){
  if (document.getElementById){
        target = document.getElementById( targetId );
           if (target.style.display == "none"){
              target.style.display = "";
           } else {
              target.style.display = "none";
           }
     }
}
// END -->

<!---
function addtext(newtext) { 
	document.main.message.value = document.main.message.value+= newtext;
}
-->

