
function writeHeader(rootPath) {
   document.write('<p class="siteTitle">DBA.FYIcenter.com</p>');
   document.write('<p class="siteSubTitle">Information Center for DBA...</p>');
}

function writeFooter(rootPath) {
   document.write('<p class="copyRight">Copyright &#169; 2006 FYICenter.com</p>');
}

function writeMenuA(rootPath) {
   document.write('&nbsp;<a href="' + rootPath + 'index.html">Home<a><br>');
   document.write('&nbsp;<a href="' + rootPath + 'search.html">Search<a><br>');
   document.write('&nbsp;<a href="' + rootPath + 'link_us.html">Link Exchange<a><br>');
   document.write('&nbsp;<br>');
   document.write('&nbsp;<a href="' + rootPath + 'jobs/index.html">Developer Jobs<a><br>');
   document.write('&nbsp;<a href="http://www.fyicenter.com/forum/index.php?forumID=2">Post Jobs</a><br>');
   document.write('&nbsp;<a href="' + rootPath + 'interview/index.html">Interview Questions<a><br>');
   document.write('&nbsp;<br>');
   document.write('&nbsp;<a href="' + rootPath + 'faq/index.html">Tutorials/FAQs<a><br>');
   document.write('&nbsp;<a href="http://dev.fyicenter.com/dir/index.php">Resource Directory</a>');
}

function writeMenuB(rootPath) {
   document.write('<b>Related Websites:</b>');
   document.write('<br/>&nbsp;<a href="http://sqa.fyicenter.com">Software QA Info</a>');
   document.write('<br/>&nbsp;<a href="http://dev.fyicenter.com">Developer Resources</a>');
   document.write('<br/>&nbsp;<a href="http://dba.fyicenter.com">DBA Resources</a>');
   document.write('<br/>&nbsp;<a href="http://biotech.fyicenter.com">BioTech Resources</a>');
   document.write('<br/>&nbsp;<a href="http://link.fyicenter.com">Link Directory</a>');
   document.write('<br/>&nbsp;<a href="http://www.fyicenter.com/forum/">Job Forums</a>');

   document.write('</p><hr width=120px><p class=leftMenu>');
   document.write('<b>External Resources:</b>');
   document.write('<br/>&nbsp;<a href="http://www.tutorialized.com/tutorials/Database/Oracle/1">Tutorialized.com</a>');
   document.write('<br/>&nbsp;<a href="http://www.oraclepower.com">OraclePower.com</a>');
   document.write('<br/>&nbsp;<a href="http://www.techtutorials.net/Databases/Oracle/">TechTutorials.net</a>');

   document.write('<br/>');
   document.write('<br/>');
   document.write('<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" border="0"/></a>');
}

function writeListA(rootPath) {
document.write('<p class="toc_item"><a href="mysql_download_and_installation.html">Downloading and Installing MySQL on Windows</a></p>');
document.write('<p class="toc_item"><a href="mysql_server_administration_tools.html">Administrator Tools for Managing MySQL Server</a></p>');
document.write('<p class="toc_item"><a href="mysql_command_line_end_user_interface_mysql.html">Command-Line End User Interface mysql</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_basics_introduction.html">Introduction to SQL Basics</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_dates_and_time_handling.html">Introduction to SQL Date and Time Handling</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_create_alter_drop_statements.html">Understanding SQL CREATE, ALTER and DROP Statements</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_insert_update_delete_statements.html">Understanding SQL INSERT, UPDATE and DELETE Statements</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_select_statements_and_group_by.html">SQL SELECT Query Statements with GROUP BY</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_select_statements_and_join_subqueries.html">SQL SELECT Statements with JOIN and Subqueries</a></p>');
document.write('<p class="toc_item"><a href="mysql_managing_users_and_privileges.html">Managing User Accounts and Access Privileges</a></p>');
document.write('<p class="toc_item"><a href="mysql_server_mysqld_adminitration.html">Server Daemon mysqld Administration</a></p>');
document.write('<p class="toc_item"><a href="mysql_php_connection_and_query_execution.html">PHP Connections and Query Execution</a></p>');
document.write('<p class="toc_item"><a href="mysql_php_managing_tables_and_selecting_data_rows.html">Managing Tables and Running Queries with PHP Scripts</a></p>');
document.write('<p class="toc_item"><a href="mysql_myisam_innodb_bdb_storage_engines.html">Storage Engines: MyISAM, InnoDB and BDB</a></p>');
document.write('<p class="toc_item"><a href="mysql_sql_transaction_management.html">Transaction Management: Commit or Rollback</a></p>');
document.write('<p class="toc_item"><a href="mysql_database_basics_and_terminologies.html">Database Basics and Terminologies</a></p>');
}

function writeListB(rootPath) {
document.write('<p class="toc_item"><a href="../mysql/index.html">MySQL DBA/Developer Tutorials, FAQs and Tips</a> (268 entries)</p>');
document.write('<p class="toc_item"><a href="../oracle/index.html">Oracle DBA/Developer Tutorials, FAQs and Tips</a> (400 entries)</p>');
}

function writeListC(rootPath) {
document.write('<p class="toc_item"><a href="http://dba.fyicenter.com/interview/">DBA Interview Questions and Answers</a></p>');
document.write('<p class="toc_item"><a href="http://dba.fyicenter.com">DBA Resources</a></p>');
}

function writeAds120x90(rootPath) {
google_ad_client = "pub-4844318048770734";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al_s";
google_ad_channel ="1889695702";
google_color_border = "ffefef";
google_color_bg = "ffefef";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
}

function writeAds468x60(rootPath) {
google_ad_client = "pub-4844318048770734";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="1889695702";
google_color_border = "ffefef";
google_color_bg = "ffefef";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
}

function writeAds250x250(rootPath) {
google_ad_client = "pub-4844318048770734";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel ="1889695702";
google_color_border = "ffefef";
google_color_bg = "ffefef";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
}
