
function toggleTextOut(e,txtval){if(e.value=="")e.value=txtval;}
function toggleTextIn(e,txtval){if(e.value==txtval)e.value="";else e.select();}
function isValidEmail(str){filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
return(filter.test(str));}
function addResponceSelect(id,message){$("#"+id).parent().parent().find('.error').empty().text(message);return;}
var css_browser_selector=function(){var ua=navigator.userAgent.toLowerCase(),is=function(t){return ua.indexOf(t)!=-1;},h=document.getElementsByTagName('html')[0],b=(!(/opera|webtv/i.test(ua))&&/msie (\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?'gecko ff2':is('firefox/3')?'gecko ff3':is('gecko/')?'gecko':is('opera/9')?'opera opera9':/opera (\d)/.test(ua)?'opera opera'+RegExp.$1:is('konqueror')?'konqueror':is('applewebkit/')?'webkit safari':is('mozilla/')?'gecko':'',os=(is('x11')||is('linux'))?' linux':is('mac')?' mac':is('win')?' win':'';var c=b+os+' js';h.className+=h.className?' '+c:c;}();$(document).ready(function(){$(".portfolio .grid_3:even").css('clear','both');$('#col1 #projects .gallery li:nth-child(2n+1)').css('clear','both');$("html").bind("click",function(event){if($('#suggest').is(':visible')){$("#suggest").slideUp("fast");}});$("a[@rel=external]").attr('target','_blank');$("a[@rel=external nofollow]").attr('target','_blank');hide_show_features();articleSetup();$("#recaptcha_image img").attr("width","187");});function spamFreeEmailLink(user,domain,tag){if(tag){document.write('<a  target="_blank" href="'+'mailto:'+user+'@'+domain+'">'+user+'@'+domain+'</a>');}else{document.write(user+'@'+domain);}}
var gmoli=null;function showSuggestion(){if($('#txtSearch').length){var CURRENCY_LIST_URL=AJAX_URL+'&procedure=get_site_search';$('#txtSearch').autocomplete(CURRENCY_LIST_URL,{maxItemsToShow:10,autoFill:true,onItemSelect:function(li){window.location=li.extra[0];},formatItem:function(row,i,num){return(row[2]+row[0]);}});}}
function addResponse(name,msg){$("[@name="+name+"]").next(".validationresponse").html(msg);$("[@name="+name+"]").next(".validationresponse").show('slow');return false;}
function addResponseCustom(id,msg){$("#"+id).html(msg);$("#"+id).show('slow');return false;}
jQuery.preloadImages=function()
{for(var i=0;i<arguments.length;i++)
{jQuery("<img>").attr("src",arguments[i]);}}
function ValidateDatamail(form,url){var emailFilter=/^.+@.+\..{2,3}$/;var yourname=document.frmEmail.yourname;var youremail=document.frmEmail.youremail;var friendname=document.frmEmail.friendname;var friendemail=document.frmEmail.friendemail;if(friendname.value==""){$("#message").html("<span style=\"color:red\">*Mandatory fields empty. Please enter your friend's name </span> ");friendname.focus();return(false);}
if(friendemail.value==""){$("#message").html("<span style=\"color:red\">*Mandatory fields empty. Please enter your friend's email id</span> ");friendemail.focus();return(false);}
if(!(emailFilter.test(friendemail.value))){friendemail.focus();$("#message").html("<span style=\"color:red\">*Mandatory fields empty. Please enter a valid email</span> ");return(false);}
if(yourname.value==""){$("#message").html("<span style=\"color:red\">*Mandatory fields empty. Please enter your name </span> ");yourname.focus();return(false);}
if(youremail.value==""){$("#message").html("<span style=\"color:red\">*Mandatory fields empty. Please Enter your email id </span> ");youremail.focus();return(false);}
if(!(emailFilter.test(youremail.value))){youremail.focus();$("#message").html("<span style=\"color:red\">*Mandatory fields empty. Please Enter your valid email id </span> ");return(false);}
sentEmail(url);return(false);}
function sentEmail(url){$.post(url,{yourname:$("input[@name=yourname]").val(),youremail:$("input[@name=youremail]").val(),friendname:$("input[@name=friendname]").val(),yourremarks:$("textarea[@name=yourremarks]").val(),friendemail:$("input[@name=friendemail]").val(),eurl:$("input[@name=eurl]").val(),page_title:$("input[@name=page_title]").val(),ajax:"1"},function(data){document.getElementById("ajxares-mail").innerHTML=data;});}
function checkSubmit(e,obj){if(e.charCode==0)return true;var unicode=e.charCode?e.charCode:e.keyCode;if(unicode==13){$(obj.form).trigger("onsubmit");}}
function showImage(obj){var smallImg=$(obj).children('img').eq(0);var img=new Image();img.onload=function(){$('#indicator').hide();$("img#image-viewer").fadeOut('slow',function(){$('img#image-viewer').attr('src',obj.href).attr('alt',smallImg.attr('alt')).attr('title',smallImg.attr('title'));$("img#image-viewer").fadeIn('slow');});}
$('#indicator').show();img.src=obj.href;}
function AllowOnly(e,type,allow_space)
{if(allow_space==null)allow_space=false;else allow_space=true;if(e.charCode==0)return true;var unicode=e.charCode?e.charCode:e.keyCode;if(unicode==13)return true;if(allow_space&&unicode==32)
return true;switch(type)
{case'NUM_ONLY':if(unicode<48||unicode>57)return false;else return true;case'MOBILE_NUM_ONLY':if(unicode<39||unicode>57)return false;else return true;case'ALPHA_ONLY':if(unicode<65||unicode>90)
if(!(unicode>=97&&unicode<=122))
return false;else
return true;case'ALPHA_NUM_ONLY':if(unicode>=65&&unicode<=90)
return true;if(unicode>=97&&unicode<=120)
return true;if(unicode>=48&&unicode<=57)
return true;else
return false;}}
function hide_show_features(){$("#chm_features").find("li").each(function(i){var feature_id;$(this).click(function(){feature_id=$(this).attr("id");if($(".feature_shown").attr("id")!=feature_id+"-data")
{$(".feature_shown").hide().removeClass("feature_shown");$("#"+feature_id+"-data").addClass("feature_shown").show();}
return false;});});}
function increaseFont(){var cv1=readCookie("ihtuserdata");if(cv1){cookieValues=parseCookie(cv1);var currentFontSize=parseInt(cookieValues[0]);var newFontSize=currentFontSize+1;if(newFontSize>17){newFontSize=17;}
var cv="fontSize:"+newFontSize;createCookie("ihtuserdata",cv,7);obj=document.getElementById("content");obj.style.fontSize=newFontSize+"px";$('h3').css("font-size",newFontSize+"px");}}
function decreaseFont(){var cv1=readCookie("ihtuserdata");if(cv1){cookieValues=parseCookie(cv1);var currentFontSize=parseInt(cookieValues[0]);var newFontSize=currentFontSize-1;if(newFontSize<10){newFontSize=10;}
var cv="fontSize:"+newFontSize;createCookie("ihtuserdata",cv,7);obj=document.getElementById("content");obj.style.fontSize=newFontSize+"px";$('h3').css("font-size",newFontSize+"px");}}
function articleSetup(){var cv1=readCookie("ihtuserdata");if(cv1){cookieValues=parseCookie(cv1);var fontSize=cookieValues[0];var parentDiv=document.getElementById("content");if(parentDiv){parentDiv.style.fontSize=fontSize+"px";}}}
function initArticle(){if(document.getElementById("content")!=null){articleSetup();}}
jQuery.getPos=function(e)
{var l=0;var t=0;var w=jQuery.intval(jQuery.css(e,'width'));var h=jQuery.intval(jQuery.css(e,'height'));var wb=e.offsetWidth;var hb=e.offsetHeight;while(e.offsetParent){l+=e.offsetLeft+(e.currentStyle?jQuery.intval(e.currentStyle.borderLeftWidth):0);t+=e.offsetTop+(e.currentStyle?jQuery.intval(e.currentStyle.borderTopWidth):0);e=e.offsetParent;}
l+=e.offsetLeft+(e.currentStyle?jQuery.intval(e.currentStyle.borderLeftWidth):0);t+=e.offsetTop+(e.currentStyle?jQuery.intval(e.currentStyle.borderTopWidth):0);return{x:l,y:t,w:w,h:h,wb:wb,hb:hb};};jQuery.getClient=function(e)
{if(e){w=e.clientWidth;h=e.clientHeight;}else{w=(window.innerWidth)?window.innerWidth:(document.documentElement&&document.documentElement.clientWidth)?document.documentElement.clientWidth:document.body.offsetWidth;h=(window.innerHeight)?window.innerHeight:(document.documentElement&&document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.offsetHeight;}
return{w:w,h:h};};jQuery.getScroll=function(e)
{if(e){t=e.scrollTop;l=e.scrollLeft;w=e.scrollWidth;h=e.scrollHeight;}else{if(document.documentElement&&document.documentElement.scrollTop){t=document.documentElement.scrollTop;l=document.documentElement.scrollLeft;w=document.documentElement.scrollWidth;h=document.documentElement.scrollHeight;}else if(document.body){t=document.body.scrollTop;l=document.body.scrollLeft;w=document.body.scrollWidth;h=document.body.scrollHeight;}}
return{t:t,l:l,w:w,h:h};};jQuery.intval=function(v)
{v=parseInt(v);return isNaN(v)?0:v;};jQuery.fn.ScrollTo=function(s){o=jQuery.speed(s);return this.each(function(){new jQuery.fx.ScrollTo(this,o);});};jQuery.fx.ScrollTo=function(e,o)
{var z=this;z.o=o;z.e=e;z.p=jQuery.getPos(e);z.s=jQuery.getScroll();z.clear=function(){clearInterval(z.timer);z.timer=null};z.t=(new Date).getTime();z.step=function(){var t=(new Date).getTime();var p=(t-z.t)/z.o.duration;if(t>=z.o.duration+z.t){z.clear();setTimeout(function(){z.scroll(z.p.y,z.p.x)},13);}else{st=((-Math.cos(p*Math.PI)/2)+0.5)*(z.p.y-z.s.t)+z.s.t;sl=((-Math.cos(p*Math.PI)/2)+0.5)*(z.p.x-z.s.l)+z.s.l;z.scroll(st,sl);}};z.scroll=function(t,l){window.scrollTo(l,t)};z.timer=setInterval(function(){z.step();},13);};function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}else{var expires="";}
document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}
return null;}
function eraseCookie(name){createCookie(name,"",-1);}
function parseCookie(cookievalues){if(cookieValues.length>0){var cookieValuesArray=new Array(3);var CookiesArray=cookievalues.split("&");for(var i=0;i<CookiesArray.length;i++){var v=CookiesArray[i].split(":");cookieValuesArray[i]=v[1];}
return cookieValuesArray;}else{return null;}}
var cookieValues=new Array(3);var cv=readCookie("ihtuserdata");if(cv){cookieValues=parseCookie(cv);}else{createCookie("ihtuserdata","fontSize:13",7);cv=readCookie("ihtuserdata");if(cv){cookieValues=parseCookie(cv);}else{cookieValues[0]="13";}}
function toggleSubFooter(){var now_height;$("a.toggle-btn").click(function(){if($('#nav-footer').is(':visible'))
{$('#nav-footer').hide('fast');$('#footer').animate({height:52},'fast',function(){$('#container').height($('#container').height()-170);});}
else{$('#nav-footer').show('fast');$('#footer').animate({height:220},'slow',function(){$('#container').height($('#container').height()+170);scrollTo(0,$('body').height()+370);});}
$("a.toggle-btn").toggleClass("minimize");$("a.toggle-btn").toggleClass("maximize");return false;});}
var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;var requiredMajorVersion=8;var requiredMinorVersion=0;var requiredRevision=0;var hasReqestedVersion=DetectFlashVer(requiredMajorVersion,requiredMinorVersion,requiredRevision);function ControlVersion()
{var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e){}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axo.AllowScriptAccess="always";version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version="WIN 3,0,18,0";}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version="WIN 2,0,0,11";}catch(e){version=-1;}}
return version;}
function GetSwfVer(){var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];if(descArray[3]!=""){tempArrayMinor=descArray[3].split("r");}else{tempArrayMinor=descArray[4].split("r");}
var versionRevision=tempArrayMinor[1]>0?tempArrayMinor[1]:0;var flashVer=versionMajor+"."+versionMinor+"."+versionRevision;}}
else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1)flashVer=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)flashVer=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=2;else if(isIE&&isWin&&!isOpera){flashVer=ControlVersion();}
return flashVer;}
function DetectFlashVer(reqMajorVer,reqMinorVer,reqRevision)
{versionStr=GetSwfVer();if(versionStr==-1){return false;}else if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}
var versionMajor=versionArray[0];var versionMinor=versionArray[1];var versionRevision=versionArray[2];if(versionMajor>parseFloat(reqMajorVer)){return true;}else if(versionMajor==parseFloat(reqMajorVer)){if(versionMinor>parseFloat(reqMinorVer))
return true;else if(versionMinor==parseFloat(reqMinorVer)){if(versionRevision>=parseFloat(reqRevision))
return true;}}
return false;}}
function AC_AddExtension(src,ext)
{if(src.indexOf('?')!=-1)
return src.replace(/\?/,ext+'?');else
return src+ext;}
function AC_Generateobj(objAttrs,params,embedAttrs)
{var str='';if(isIE&&isWin&&!isOpera)
{str+='<object ';for(var i in objAttrs)
str+=i+'="'+objAttrs[i]+'" ';for(var i in params)
str+='><param name="'+i+'" value="'+params[i]+'" /> ';str+='></object>';}else{str+='<embed ';for(var i in embedAttrs)
str+=i+'="'+embedAttrs[i]+'" ';str+='> </embed>';}
document.write(str);}
function AC_FL_RunContent(){var ret=AC_GetArgs
(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblClick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1];}}
ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret;}
if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.createElement||!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(this.getAttribute("version"),_7);if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",_7);this.setAttribute("doExpressInstall",false);var _d=(_9)?_9:window.location;this.setAttribute("xiRedirectUrl",_d);this.setAttribute("redirectUrl","");if(_a){this.setAttribute("redirectUrl",_a);}};deconcept.SWFObject.prototype={setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}
_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}
_19+="</object>";}
return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(_23,_24){var _25=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_25=new deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");for(var i=3;axo!=null;i++){axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);_25=new deconcept.PlayerVersion([i,0,0]);}}
catch(e){}
if(_23&&_25.major>_23.major){return _25;}
if(!_23||((_23.minor!=0||_23.rev!=0)&&_25.major==_23.major)||_25.major!=6||_24){try{_25=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}
catch(e){}}}
return _25;};deconcept.PlayerVersion=function(_29){this.major=parseInt(_29[0])!=null?parseInt(_29[0]):0;this.minor=parseInt(_29[1])||0;this.rev=parseInt(_29[2])||0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(q){var _2d=q.indexOf(_2b+"=");var _2e=(q.indexOf("&",_2d)>-1)?q.indexOf("&",_2d):q.length;if(q.length>1&&_2d>-1){return q.substring(q.indexOf("=",_2d)+1,_2e);}}return"";}};if(Array.prototype.push==null){Array.prototype.push=function(_2f){this[this.length]=_2f;return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;