I'm curious...by default CSS is used to make the advanced part hidden...and javascript is required to make the display: none to display: block
But if the user has javascript disabled...they won't get access to the advanced section...
Is there any way I can use NOSCRIPT or something to turn the display: none to display: block but only if NOSCRIPT is executed...???