<link rel="stylesheet" type="text/css" href="dbnetsuite.css.ashx" /> <script language="JavaScript" src="dbnetsuite.js.ashx"></script>
<script> jQuery(document).ready( init ) function init() { var dbnetfile1 = new DbNetFile("dbnetfile1"); with (dbnetfile1) { initialize() } } </script>
<div id="dbnetfile1"></div>
<style> .dbnetfile .even { background-color: #99FFCC; } .dbnetfile .odd { background-color: #CCFFCC; } .dbnetfile .highlight { background-color: #FF66FF; } .dbnetfile .selected { background-color: #FF0033; color: white; } </style>