
$(document).ready(function(){

	$("table.directoryTable tr:even").addClass("directoryRowOn");
	$("table.directoryTable tr:odd").addClass("directoryRowOff");

	$(".fsTwoColDiv").height(400);
	$(".fsTwoColDiv").width(700);
	$(".fsTwoColDivLeft").height(400);
	$(".fsTwoColDivRight").height(400);
	$(".fsTwoColDivLeft").width(350);
	$(".fsTwoColDivRight").width(350);
	
});