function header(h){
 if(h==1){
  document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0" background="../images/header_bg.gif"><tr><td><img src="../images/_.gif" width="1" height="73" alt=""></td><td align="center"><table width="800"  border="0" cellpadding="0" cellspacing="0"><tr><td valign="middle"><a href="../index.html"><img src="../images/ti_s.gif" width="182" height="27" border="0" alt="YOUSUCK Interactive Systems Design"></a></td></tr></table></td></tr></table><img src="../images/_.gif" width="10" height="10" alt=""><br>');
 }else if(h==2){
  document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0" background="../../images/header_bg.gif"><tr><td><img src="../../images/_.gif" width="1" height="73" alt=""></td><td align="center"><table width="800"  border="0" cellpadding="0" cellspacing="0"><tr><td valign="middle"><a href="../../index.html"><img src="../../images/ti_s.gif" width="182" height="27" border="0" alt="YOUSUCK Interactive Systems Design"></a></td></tr></table></td></tr></table><img src="../../images/_.gif" width="10" height="10" alt=""><br>');
 }
}