function textonBlur(obj){
	if (obj.name =='anTitle' && obj.value=='') {obj.value='title'; obj.style.color="#998"}
	else if (obj.name =='anTel' && obj.value=='') {obj.value='contact tel.(s)'; obj.style.color="#998"}
	else if (obj.name =='anEmail' && obj.value=='') {obj.value='contact email(s)'; obj.style.color="#998"}
	else if (obj.name =='anContent' && obj.value=='') {obj.value='announcement content'; obj.style.color="#998"}
}

function textonHover(obj){
	if (obj.name =='anTitle' && obj.value=='title') {obj.value=''; obj.style.color="#000"}
	else if (obj.name =='anTel' && obj.value=='contact tel.(s)') {obj.value=''; obj.style.color="#000"}
	else if (obj.name =='anEmail' && obj.value=='contact email(s)') {obj.value=''; obj.style.color="#000"}
	else if (obj.name =='anContent' && obj.value=='announcement content') {obj.value=''; obj.style.color="#000"}
}

function checkAll() {
 
 for (i = 0; i < ck_id.length; i++) {
 ck_id[i].checked = true;
 /*
 var regex = new RegExp(name, "i");
 if (regex.test(forminputs[i].getAttribute('name'))) {
 if (value == '1') {
 forminputs[i].checked = true;
 } else {
 forminputs[i].checked = false;
 */
 }
}


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-15661738-1");
pageTracker._trackPageview();
} catch(err) {}

