/* 
 *  Copyright(c) 2008-2009, Y.T.Ho & Information Strategies
 *  
 *  All rights reserved. 
 *  Any unauthorized use of this script is strictly prohibited.
 *
 *  http://infst.com
 */
var inquiryLabel={};function inquiryFrameCallBack(frame,block_id){var str=frame.contentWindow.document.body.innerHTML;if(str){var data=null;try{eval("data="+unescape(str))}catch(e){alert("error")}if(data){if(data.status=="error"){var errstr="";for(var i=0;i<data.details.length;i++){errstr+=data.details[i].field_title;errstr+=": ";errstr+=inquiryLabel[data.details[i].error];if(data.details[i].value){errstr+=" ("+data.details[i].value+")"}errstr+="\n"}alert(errstr)}else{if(data.status=="success"){document.getElementById("inquiry_desc").style.display="none";document.getElementById("inquiry_submit_success_message_"+block_id).style.display="block";document.getElementById("inquiry_table_"+block_id).style.display="none"}else{alert(data.status)}}}}}function inquiryShowError(e,d){for(var c in d){var a=[];for(var b=0;b<d[c].length;b++){var f=inquiryLabel[d[c][b].error];if(d[c][b].value){f+=" ("+d[c][b].value+")"}a.push(f)}var g=document.getElementById("inq_err_"+e+"_"+c);if(g){g.innerHTML=a.join("<br>")}}};
