<HTML>
<HEAD>
<TITLE><%L_COOL%></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=<%CHARSET%>">
<LINK rel="stylesheet" type="text/css" href="<%TEMPLATE%>/linker.css">
<SCRIPT LANGUAGE="JavaScript">
<!--
function change_cool(sel) {
var index = sel.selectedIndex;
if (index != '0' && index !='')
window.location.href = 'cool.php?type=' +sel.options[index].value;
}
function slide_open(openurl) {
window.open(openurl,'imgslide','width=500,height=600,scrollbars=yes,resizable=yes');
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="<%BGCOLOR%>" onLoad = "defaultStatus='<%L_COOL%>'">
<!-- HEADER START-->
<%PAGE_HEADER%>
<!-- HEADER END -->
<!-- MENU_BAR START-->
<%MENU_BAR%>
<!-- MENU_BAR END -->
<!-- HERE START -->
<%HERE%>
<!-- HERE START -->
<%ORDERFORM%>
<br>
<!-- IMAGE ROW START -->
<div ALIGN='<%ALIGN%>'>
<table border=0 width="<%MWIDTH%>"><tr>
<%LINK%>
</tr></table></div>
<!-- IMAGE ROE END -->
<br><br>
<div align='<%ALIGN%>'>
<TABLE BORDER='0' cellpadding='0' cellspacing='1' WIDTH='<%MWIDTH%>'>
<TR>
<td align=center><font size=2><%PREV%> <%DIRECT%> <%NEXT%></font></td>
</TR>
</TABLE>
</div>
<!-- FOOTER START-->
<%PAGE_FOOTER%>
<!-- FOOTER END -->
</BODY>
</HTML>