<!-- MENU-LOCATION=NONE -->
<html>
<head>
<title>Table</title>
<script>
// Copyright 2000, 2001, 2002, 2003 Macromedia, Inc. All rights reserved.

function objectTag(){
	// We're keeping this a separate command, as we want to use the
	// "buttons at the bottom" style.
	var cmdFile = dreamweaver.getConfigurationPath() + "/Commands/ccTableCommands.htm";
	var cmdDOM = dreamweaver.getDocumentDOM(cmdFile);
	dreamweaver.popupCommand("ccTableCommands.htm");
	return (cmdDOM.parentWindow.createTableStr());	
}
</script>
</head>

<body>
</body>

</html>
