q1 = "To get rid of your personal information go to <b>Opt-Out Now!</b> and choose weather you want to remove yourself globally or from the rewards list and fill out the necessary information.";
q2 = "This will be the answer to question number two";
q3 = "This will be the answer to question number three";
q4 = "This will be the answer to question number four";
q5 = "This will be the answer to question number five";
redlines = "<br><table border='0' cellspacing='0' cellpadding='0' width='100%'><td height='1' bgcolor='#666666'><img src='images/trans.gif'></td><tr><td height='1' bgcolor='#ffffff' height='2'><img src='images/trans.gif' height='2' width='2'></td><tr><td height='1' bgcolor='#990000' height='5'><img src='images/trans.gif' height='5' width='5'></td><tr><td height='1' bgcolor='#ffffff' height='2'><img src='images/trans.gif' height='2' width='2'></td><tr><td height='1' bgcolor='#666666'><img src='images/trans.gif'></td></table><br>";

function qWin(title,question) {
newWindow = window.open('', 'banner', 'width=400,height=200,scrollbars=no,top=100,left=100');
newWindow.document.write('<html><title>FAQ Answer</title><body bgcolor="#eeeeee" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0" topmargin="0" onBlur="window.close()">'+redlines+'<font face="verdana,arial" size="3" color="#666666"><b>&nbsp;&nbsp;&nbsp;&nbsp;'+title+'</b></font><blockquote><font size="2" face="verdana,arial" color="#666666">'+question+'</blockquote></body></html>');
newWindow.document.close();
}


/* <br><table border="0" cellspacing="0" cellpadding="0" width="100%"><td height="1" bgcolor="#666666"><img src="images/trans.gif"></td><tr><td height="1" bgcolor="#ffffff" height="2"><img src="images/trans.gif" height="2" width="2"></td><tr><td height="1" bgcolor="#990000" height="5"><img src="images/trans.gif" height="5" width="5"></td><tr><td height="1" bgcolor="#ffffff" height="2"><img src="images/trans.gif" height="2" width="2"></td><tr><td height="1" bgcolor="#666666"><img src="images/trans.gif"></td></table><br> */
