﻿$(document).ready(function(){if($(".frmButton0").length>0){$(".frmButton0").mouseover(function(){$(this).addClass("frmButton1")});$(".frmButton0").mousedown(function(){$(this).addClass("frmButton2")});$(".frmButton0").mouseup(function(){$(this).removeClass("frmButton1").removeClass("frmButton2")});$(".frmButton0").mouseout(function(){$(this).removeClass("frmButton1").removeClass("frmButton2")});$(".frmButton0 input:disabled").css({color:"#999"}).parent().unbind()}}); function bcUnfilterIE(a){$.browser.msie&&a!=null&&a.style.removeAttribute("filter")} function bcCTM(){var a=640,b=480;if(document.all||document.getElementById){a=screen.availWidth;b=screen.availHeight}else if(document.layers){a=window.outerWidth;b=window.outerHeight}a=a-250-12;b=b-400-60;b=window.open("../chat/im.aspx","BCCHATIM","width=250,height=400,top="+b+",left="+a+",screenX="+a+",screenY="+b+",toolbar=0,directories=0,menubar=0,status=1,location=0,scrollbars=0,resizable=1,resizeable=1");b==null?alert("Your popup blocker stopped City Messenger from opening!\n\nPlease disable your popup blocker for this site if you\nwish to use send and receive instant messages."): b.focus();return false}function bcGetWinStats(a,b,c,d){return"width="+a+",height="+b+",top="+(screen.height-b)/2+",left="+(screen.width-a)/2+",scrollbars="+c+",resizable="+d+",resizeable="+d+",toolbar=0,location=0,directories=0,menubar=0,status=0"} function bcChatIM(a,b){var c=window.opener!=null&&typeof window.opener._winList!="unknown"?window.opener._winList:null,d=c!=null&&typeof c=="object"?c[b]:null;if(d!=null&&!d.closed)d.focus();else if(confirm("Chat with "+b+"?")){a=window.open("../chat/im_chat.aspx?tid="+a+"&tusr="+b,"BCCHATIM_"+a,bcGetWinStats(540,400,false,true));if(a==null)alert("Your popup blocker stopped City Messenger from\nloading a window to process your request.\n\nPlease disable your popup blocker for this site.");else{a.focus(); if(c!=null)c[b]=a}}return false}function bcLocalDT(a){return(new Date(1E3*a)).toLocaleString()};