// JavaScript Document



function ShowHide( shows, hide)

{

hide.each(Element.hide);
$(shows).show();

}
