Using JavaScript, how do I show/hide a div, upon clicking the appropriate button?
<html>
<head>
<title></title>
</head>
<body>
<form name="form1" method="post" action="">
<input type="submit" name="Submit" value="Show">
<input type="submit" name="Submit2" value="Hide">
</form>
</body>
</html>