// JavaScript Document

$(document).ready(function(){
						  
$("#advOptions").click(function(){

		$("table.advancedOptions").toggle(500);

  });
 
});
