document.write("<a href='http://us.gsk.com' onmouseover=\"imgAct('gsk1')\" onmouseout=\"imgInact('gsk1')\">")
document.write("<img name='gsk1' src='http://www.imgw.com/images/logos/gsk_white.gif' border='0'")
document.write("alt='GSK Corporation'></a> &nbsp;&nbsp; <a target='_blank' href='http://www.gskforyou.com'>")
document.write("<img src='http://www.imgw.com/images/logos/community_programs_logo.gif' alt='GSK For You'")
document.write("border='0'></a> &nbsp;&nbsp; <a href='https://www.imgw.com/cgi-bin/imgw/wcb_coform.cgi'")
document.write(" target='CorrespondenceWin'>")
document.write("<img src='http://www.imgw.com/images/logos/gsk_contactus_logo.gif' alt='Contact Us'")
document.write("border='0'></a>")
document.write("<br>")
document.write("<br><table border='0' width='100%'><tr><td align='center' width='100%'>")
document.write("<font size='2' face='Arial,Helvetica,Geneva,Swiss,SunSans-Regular'>This site is intended")
document.write(" for US residents only.<br>")
document.write("&#169; 1997-2010 GlaxoSmithKline. All Rights Reserved.<br>")
document.write("<nobr><a href=\"javascript: DW('http://www.imgw.com/disclaimer.htm');\">Legal Notices</A></nobr>")
document.write("|")
document.write("<nobr><a ")
document.write("href=\"javascript: DWlarge('http://www.imgw.com/privacy.htm');\">Privacy Statement</A></nobr>")
document.write("|")
document.write("<nobr><a ")
document.write("target='_blank' href='http://www.gskforyou.com'>Medicine Savings</a></nobr>")
document.write("|")
document.write("<nobr><a ")
document.write("href='https://www.imgw.com/cgi-bin/imgw/wcb_coform.cgi' ")
document.write("target='CorrespondenceWin'>Contact Us</A></nobr>")
document.write("<br>")
document.write("</font></td></tr></table>")
document.write(" <br />")
document.write("<br />")

{
    gsk1on = new Image();
    gsk1on.src = "http://www.imgw.com/images/logos/gsk_white_on.gif";

    gsk1off = new Image();
    gsk1off.src = "http://www.imgw.com/images/logos/gsk_white.gif";
}

function imgAct(imgName) {
    document[imgName].src = eval(imgName + "on.src");
}

function imgInact(imgName) {
    document[imgName].src = eval(imgName + "off.src");
}
function DW(dwURL) {

    popupWin = window.open(dwURL, 'DW', 'scrollbars,resizable=yes,width=517,height=400,left=25,top=25');

    window.top.name = 'opener';

}

function DWlarge(dwURL) {

    popupWin = window.open(dwURL, 'DWlarge', 'scrollbars,resizable=yes,width=650,height=500,left=25,top=25');

    window.top.name = 'opener';

}

function DWlarger(dwURL) {

    popupWin = window.open(dwURL, 'DWlarger', 'scrollbars,resizable=yes,width=825,height=575,left=25,top=25');

    window.top.name = 'opener';

}