<!--
//Break out of frames script
if (window != top) top.location.href = location.href;

function Specials(){
var newWin=window.open("specials.html", "newWnd", "width=500,height=480,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");

}
//-->