// encoded 04/11/2008 09:18:06 by nexencoder
window.in_array=window.find_in_array;function escape_query(v1){v1=escape(v1);return v1.replace(/\+/g,'%2B');}function get_mapto_prop(v4){var v1=[];if(window.fieldname_mapto){for(var v2 in fieldname_mapto){for(var v3=0;v3<fieldname_mapto[v2].length;++v3)if(fieldname_mapto[v2][v3].name==v4){v1['col']=v2;v1['type']=fieldname_mapto[v2][v3].type;return v1;}}}return false;}function get_element_nr(v5, v6, v7){v6=parseInt(v6);var v1=get_form_object(v7);for(var v2=v3=v4=0;v2<v1.elements.length;v2++){if(v1.elements[v2].name==v5)v3++;if(v3==(v6+1)){var v4=1;break;}}if(v4)return v2;else return-1;}function get_form_element(v4, v5){var v1=0;var v2=get_form_object();for(var v3=0;v3<v2.elements.length;v3++)if(v2.elements[v3].name==v4){if(v1==v5)return v2.elements[v3];else v1++;}return null;}function get_form_object(v2){if(v2)var v1=document.forms[v2];else if(document.forms['form'])var v1=document.forms['form'];else if(document.forms[0])var v1=document.forms[0];return v1;}function strarr(v1, v2){for(searchpos=0;searchpos<v1.length;searchpos++)if(v1[searchpos]==v2)return searchpos;return-1;}function nex_get_text(v4, v5, v6){var v1=false;var v2='';var v3=(window.nex_texts&&nex_texts[v4])?nex_texts[v4]:null;if(typeof(v5)=='undefined')v5=1;if(v3&&typeof(v3)=='object'){v2=v3[0];if(v5==0&&v3[2])v2=v3[2];else if(v5==0&&v3[1])v2=v3[1];if(v5>1&&v3[1])v2=v3[1];if(v5!=1&&v2==v3[0])v1=true;}else if(v3&&typeof(v3)=='string')v2=v3;else v1=true;if(v1){if(v5>1)v5=2;}if(v5!=null){if(!v6)v6={nr:v5};else v6.nr=v5;}if(v2&&v6)v2=nex_replace_vars(v2,v6);return v2;}function nex_replace_vars(v9, v10){var v1,v2,v3,v4,v5;var v6=v9;if(typeof(v10)=='string'){v3=new Object();v4=v10.split(',');for(var v7=0;v7<v4.length;v7++){v5=v4[v7].split('=');v3[v5[0]]=v5[1];}}else v3=v10;for(var key in v3){v2=new RegExp('\\'+((key.indexOf('$')<0)?'$':'')+key, 'g');v6=v6.replace(v2,v3[key]);}return v6;}function nex_fullscreen(v4,v5,v6){if(!v4)return null;if(!v5)v5='nexFullScreenWin';if(!v6)v6='toolbar=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no';v6+=(document.layers)?',screenX=0,screenY=0':',left=0,top=0';var v1=screen.availWidth-10;var v2=screen.availHeight-30;v6+=',width='+v1+',height='+v2;var v3=window.open(v4,v5,v6);v3.focus();return v3;}function swallow_event(v1){if(window.nex_recorder&&v1&&v1.type=='click')nex_recorder.click_listener(v1,false);if(v1&&v1.preventDefault)v1.preventDefault();if(v1&&v1.stopPropagation)v1.stopPropagation();return false;}function is_rightclick(v2){if(!v2)v2=window.event;var v1=(v2&&v2.which)?v2.which:v2.button;if(v1>1||((v1==1||v1==0)&&check_altkey(v2)))return true;return false;}function number_format(v7, v8, v9, v10){v7=Math.round(v7*Math.pow(10,v8))/Math.pow(10,v8);var v1=v7+"";var v2=v1.split(".");var v3,v4,v5,v6;if(!v2[0])v2[0]="0";if(!v2[1])v2[1]="";if(v2[1].length<v8){v3=v2[1];for(i=v2[1].length+1;i<=v8;i++){v3+="0";}v2[1]=v3;}if(v10!=""&&v2[0].length>3){v4=v2[0];v2[0]="";for(j=3;j<v4.length;j+=3){extract=v4.slice(v4.length-j,v4.length-j+3);v2[0]=v10+extract+v2[0]+"";}v6=v4.substr(0,(v4.length%3==0)?3:(v4.length%3));v2[0]=v6+v2[0];}return v2[0]+v9+v2[1];}
