I would like to alter the link for the "log in" slightly. i notice in the tpl_header file when i add target="_blank" at the end of the address below, it allows me to open the link in a new browser window. i would like to do this for the "Log In / Log Out" page...is this possible?? and if so how would i go about doing it??

<li><?php echo '<a href="http://d1drift.biz/D1DriftBiz/web/pages/main%20frame.html" target="_blank" >'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>