var categoryXY = new Array();
categoryXY['category1'] = new Array(300,-365,100);

//popup
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//Reveals Quote 1
function showQuote1(){
	$("#quote1").fadeIn("fast");
}
//Reveals Quote 2
function showQuote2(){
	$("#quote1").fadeOut("fast");
	$("#quote2").fadeIn("fast");
}
//Reveals Quote 3
function showQuote3(){
	$("#quote1").fadeOut("fast");
	$("#quote2").fadeOut("fast");
	$("#quote3").fadeIn("fast");
}
//Reveals Quote 4
function showQuote4(){
	$("#quote1").fadeOut("fast");
	$("#quote2").fadeOut("fast");
	$("#quote3").fadeOut("fast");
	$("#quote4").fadeIn("fast");
}
//Reveals Quote 5
function showQuote5(){
	$("#quote1").fadeOut("fast");
	$("#quote2").fadeOut("fast");
	$("#quote3").fadeOut("fast");
	$("#quote4").fadeOut("fast");
	$("#quote5").fadeIn("fast");
}
//Reveals Quote 6
function showQuote6(){
	$("#quote1").fadeOut("fast");
	$("#quote2").fadeOut("fast");
	$("#quote3").fadeOut("fast");
	$("#quote4").fadeOut("fast");
	$("#quote5").fadeOut("fast");
	$("#quote6").fadeIn("fast");
}
