// JavaScript Document
<!-- start - open window function-->
<!--hide 

function termswindow() 
{ 
window.open('/disclaimer.html','terms','width=520,height=400,resizable=yes,scrollbars=yes'); 
} 
//--> 

<!-- end - open window function-->
