<!--

function showterms()
{
URL = "../termsprivacy.html";
playerWidth = 620;
playerHeight = 680;

leftlocation=1;
toplocation=1;

showdetailwindow=window.open(URL,'_dtWin','left=' + leftlocation + ',top=' + toplocation + ',resizable=yes,scrollbars=yes,address=no,statusbar=no,addressbar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + playerWidth + ',height=' + playerHeight + "'");
showdetailwindow.focus();
}

//-->