

function newWindow(disclaimer){
pictureWindow=window.open(disclaimer,'disclaimerWin','width=400,height=300,scrollbars=no');
pictureWindow.focus();
}

function newRadioWindow(radio){
pictureWindow=window.open(radio,'radioWin','width=400,height=200,scrollbars=no');
pictureWindow.focus();
}


function writeHeader_Old()
{
document.write('<table border="0" cellpadding="0" cellspacing="0" width="648" height="113">');
document.write('	<tr>');
document.write('		<td  width="648" height="113"><a href="index.htm"><img src="images/header2.jpg" border="0" alt="Home" width="648" height="113"></a></td>');
document.write('	</tr>');
document.write('</table>');
}



 
 
 
 
 
 
 