<!-- MENU-LOCATION=NONE -->
<!-- Copyright 2000, 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->



<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="Commands/Import_Table_Data/title" /></title>
<script>

function canAcceptCommand()
{
	return (dw.getDocumentDOM() && dw.getDocumentDOM().getParseMode() == 'html' && (dw.getFocus() == 'textView' || dw.getFocus(true) == 'html') || (dw.getFocus() == 'document' && dw.getDocumentDOM().getFocus() == 'body'));
}

function importTableData(){
   dreamweaver.runCommand("Tabular Data.htm");
}



</script>
<link href="../fields.css" rel="stylesheet" type="text/css">
</head>

<body onload="importTableData()">
</body>
</html>
