// Visitosity Hardware Solutions Panel Version 1.0
//
// Author: Matt Frazee
// File: Hardware Solutions.js
// Date: 09/14/07

function createHardwareSolutions(){
  //starting tag
  document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="5"></td></tr><tr><td height="24" align="center" background="images/titlebar_sm_bg.jpg" class="TitleBarText">Hardware Solutions</td></tr><tr><td height="1" bgcolor="#000000"></td></tr><tr><td><a href="hardware.html"><img src="images/vis_akhard.jpg" width="195" height="361" border="0" alt="Click here for simple hardware solutions."/></a></td></tr></table>');
}