
<!--
function FInput() {
        var obj = event.srcElement;
        switch (obj.value) {        	  
            case "Please input your valuable comments here": 
            case "Please input your real name here":            
            case "Please input ID here":
            case "Please input Telephone here":
            case "Please input your E-mail here":  
            case "Please input your address here":  
            case "Please key in URL keyword here":           
                obj.value = '';
                break;
        }
    }
//-->
