function initPage()
{
	initTextareas();
	initInputs();
}
function initTextareas()
{
	textareas = document.getElementsByTagName("textarea");
	if (textareas)
	{
		for (var i = 0, length = textareas.length; i < length; i++)
		{
			if (textareas[i].title != "")
			{
				textareas[i].value = textareas[i].title;
				textareas[i].onfocus = function()
				{
					if (this.value == this.title) this.value = "";
				}
				textareas[i].onblur = function()
				{
					if (this.value == "") this.value = this.title;
				}
			}
		}
	}
}
function initInputs()
{
	$("input.tip").each(function() {
		var tip = $(this).val();
		$(this).focus(function() {
			if ($(this).hasClass('tip')) { $(this).removeClass('tip').val(''); }
		});
		$(this).blur(function() {
			if ($(this).val() == '') { $(this).addClass('tip').val(tip); }
		});
	});
}
if (window.addEventListener)
	window.addEventListener("load", initPage, false);
else if (window.attachEvent)
{
	window.attachEvent("onload", initPage);
	window.attachEvent("onload", ieHover);
}

eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('9 t(a,b){g(3=0;3<a.h;3++){k c=[],d=[],n=[],e=[],4=[],l=[];8(a[3].5(\'.\')!=-1||a[3].5(\'#\')==-1){8(a[3].5(\'>\')!=-1){c[3]=a[3].f(a[3].5(\'>\')+2);a[3]=a[3].f(0,a[3].5(\'>\')-1)}8(a[3].5(\'.\')!=-1){d[3]=a[3].f(a[3].5(\'.\')+1);a[3]=a[3].f(0,a[3].5(\'.\'))}n[3]=a[3];8(!d[3])d[3]=\'\';8(c[3]){l[3]=r.o(n[3]);g(k j=0;j<l[3].h;j++){8(l[3][j].6.5(d[3])!=-1){4[3]=l[3][j].o(c[3]);g(k i=0;i<4[3].h;i++){4[3][i].p=9(){7.6+=\' \'+b};4[3][i].q=9(){7.6=7.6.m(b,\'\')}}}}}s{4[3]=r.o(n[3]);g(k i=0;i<4[3].h;i++){8(4[3][i].6.5(d[3])!=-1){4[3][i].p=9(){7.6+=\' \'+b};4[3][i].q=9(){7.6=7.6.m(b,\'\')}}}}}s 8(a[3].5(\'#\')!=-1){8(a[3].5(\'>\')!=-1){c[3]=a[3].f(a[3].5(\'>\')+2);a[3]=a[3].f(0,a[3].5(\'>\')-1)}a[3]=a[3].m(\'#\',\'\');e[3]=r.u(a[3]);8(e[3]){8(c[3]){4[3]=e[3].o(c[3]);g(k i=0;i<4[3].h;i++){4[3][i].p=9(){7.6+=\' \'+b};4[3][i].q=9(){7.6=7.6.m(b,\'\')}}}s{e[3].p=9(){7.6+=\' \'+b};e[3].q=9(){7.6=7.6.m(b,\'\')}}}}}}',31,31,'|||_hoverItem|_hoverElement|indexOf|className|this|if|function||||_class|_id|substr|for|length|||var|_parent|replace|_tag|getElementsByTagName|onmouseover|onmouseout|document|else|hoverForIE6|getElementById'.split('|'),0,{}));
function ieHover()
{
	hoverForIE6(['#main-menu > li','#sacs-list > li'], 'hover');
}
