function w_open(URLStr, w, h){var ShowScroll='no';var width=w;var height=h;var left=0;var top=0;if (width>screen.availWidth){width=screen.availWidth-10;ShowScroll='yes';}if (height>screen.availHeight){height=screen.availHeight-40;ShowScroll='yes';}left=(screen.availWidth-width)/2-5;top=(screen.availHeight-height)/2-20;newWindow = open(URLStr, '_blank', 'location=no,directories=no,toolbar=no,status=no,menubar=no,scrollbar='+ShowScroll+',copyhistory=yes,resizable='+ShowScroll+',width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');}
function prw_1(color){document.getElementById('col1_preview').style.backgroundColor=color;}
function def_prw_1(){document.getElementById('col1_preview').style.backgroundColor=def_color1;}
function set_1(id,color,text){document.getElementById('col1_color').style.backgroundColor=color;document.getElementById('col1_text').innerHTML=text;document.getElementById('color1').value=id;def_color1=color;}
function prw_2(color){document.getElementById('col2_preview').style.backgroundColor=color;}
function def_prw_2(){document.getElementById('col2_preview').style.backgroundColor=def_color2;}
function set_2(id,color,text){document.getElementById('col2_color').style.backgroundColor=color;document.getElementById('col2_text').innerHTML=text;document.getElementById('color2').value=id;def_color2=color;}