$(document).ready(function() {
	$('#adminContainer tr:even').css('background-color', '#333333');
/*	var count = $("#msgHidden").size();
	alert(count)
	for (i=0; i<count; i++){
	$('#msgHidden'.i).css('display', 'none');
	}*/
});
$(document).ready(function() {
	$('.FRContainer:even').css('background-color', '#060606');
});
$('textarea').autogrow();
$('textarea.expanding').autogrow();

function ShowHide(){
$("#slidingDiv").animate({"height": "toggle"}, { duration: 1000 }); }

function ShowHide2(){
$("#sliding2Div").animate({"height": "toggle"}, { duration: 1000 }); }

function ShowHideReg(){
$("#slidingRegDiv").animate({"height": "toggle"}, { duration: 1000 }); }

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=400,left = 440,top = 425');");
}

$(document).ready (function() {
   
   $('textarea.expanding').autogrow();
                     
});
function popUp() {
	 $('#popUp').css('visibility', 'visible');
}
function popUpOut() {
	 $('#popUp').css('visibility', 'hidden');
}
function msgHidden(i) {
	 $("#msgHidden"+i).css('display', 'block');
}
function msgHidden2(i) {
	 $('#msgHidden'+i).css('display', 'none');
}
$(document).ready(function() {
  sliderAnyname = new simpleHorizontalSlider('button_left','button_right','myDivItems',2, {moveThisManyOnClick: 1, elementWidth: "120px"} );
});
function popUp2() {
window.open( "http://www.dsclan.org.uk/Player/index.php", "Ds Music Player", 
"status = 1, height = 300, width = 300, resizable = 0" )
}




