/********************************************/
/*   using: Handcode Toolkit v1.1           */
/*   Copyright 2004 Incus Web Works         */
/********************************************/

//Host Domain Name
Path = "http://www.clschaefer.com/";

//These functions define how menu buttons change on events
function _BOver(ID)	  {  _getSty(ID).color='#045e04';  }
function _BOut(ID)	  {  _getSty(ID).color='#8c501e';  }
function _SMOver(ID)  {    }
function _SMOut(ID)	  {    }
function _SOver(ID)	  {  _getSty(ID).color='#045e04';  }
function _SOut(ID)	  {  _getSty(ID).color='#8c501e';  }

 //template
_build('name', '0.5*winW-310', 15, '', '', 'all title1', '', 'Carole&nbsp;Lexa&nbsp;Schaefer');
_build('title', '0.5*winW+20', 35, '', '', 'all title2', '', 'Children\'s&nbsp;Book&nbsp;Author');

//build menu
_D('M0', 'all');_B('Home', Path+'index.html');_C();
_D('M1', 'all');_SM('New Books', 'SubM1');_C();
_D('M2', 'all');_SM('All Books', 'SubM2');_C();
_D('M3', 'all');_B('Presentations', Path+'presentations.html');_C();
_D('M4', 'all');_B('About&nbsp;Carole', Path+'about.html');_C();
_D('M5', 'all');_B('Contact', 'mailto:contact@clschaefer.com');_C();
_D('M6', 'all');_B('Announcements', Path+'announcements/announcements.html');_C();
_D('M7', 'all');_B('Reviews', Path+'reviews/reviews.html');_C();

//locate menu
_locate('M0', 30, 120, '', '');
_locate('M1', 93, 120, '', '');
 _locate('SubM1', 98, 145, '', '');
_locate('M2', 193, 120, '', '');
 _locate('SubM2', 198, 145, '', '');
_locate('M3', 287, 120, '', '');
_locate('M4', 403, 120, '', '');
_locate('M6', 517, 120, '', '');
_locate('M7', 652, 120, '', '');
_locate('M5', 733, 120, '', '');

//content
_locate('contentPlus', 20, 140, 'winW-40', '');


