﻿function info(which)
{   
    $("rtab").style.backgroundColor =
    $("dtab").style.backgroundColor =
    $("ptab").style.backgroundColor =
    $("ftab").style.backgroundColor = "#666"; 
    //$("xtab").style.backgroundColor =

    $("r").style.display =
    $("d").style.display =
    $("p").style.display =
    $("f").style.display = "none";
    //$("x").style.display =
    
    $(which + "tab").style.backgroundColor = "#000";
    $(which).style.display = "block";
}

function delivery()
{
    window.open('/Delivery.aspx', UV(), 'width=660,height=420,screenX=200,screenY=200,top=200,left=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}

function returns()
{
    window.open('/Returns.aspx', UV(), 'width=660,height=420,screenX=200,screenY=200,top=200,left=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}

function privacy()
{
    window.open('/Privacy.aspx', UV(), 'width=660,height=420,screenX=200,screenY=200,top=200,left=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}

function faqs()
{
    window.open('/Helpdesk.aspx', UV(), 'width=660,height=420,screenX=200,screenY=200,top=200,left=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}

function xmas()
{
    window.open('/Xmas.aspx', UV(), 'width=660,height=420,screenX=200,screenY=200,top=200,left=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}

function tandc()
{
    window.open('/TandC.aspx', UV(), 'width=660,height=420,screenX=200,screenY=200,top=200,left=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}