var colValue = Array();
var resValue = Array();

colValue[0]  = 'All colors';
colValue[1]  = '<img src="/img/col/0.png" alt="" />black';
colValue[2]  = '<img src="/img/col/42.png" alt="" />gray';
colValue[3]  = '<img src="/img/col/36.png" alt="" />brown';
colValue[4]  = '<img src="/img/col/48.png" alt="" />red';
colValue[5]  = '<img src="/img/col/52.png" alt="" />orange';
colValue[6]  = '<img src="/img/col/53.png" alt="" />pink';
colValue[7]  = '<img src="/img/col/34.png" alt="" />purple';
colValue[8]  = '<img src="/img/col/3.png" alt="" />blue';
colValue[9]  = '<img src="/img/col/40.png" alt="" />green';
colValue[10] = '<img src="/img/col/60.png" alt="" />yellow';
colValue[11] = '<img src="/img/col/63.png" alt="" />white';

resValue[0]  = 'All resolutions';
resValue[1]  = '800 x 600';
resValue[2]  = '1024 x 768';
resValue[3]  = '1152 x 864';
resValue[4]  = '1280 x 800';
resValue[5]  = '1280 x 960';
resValue[6]  = '1280 x 1024';
resValue[7]  = '1440 x 900';
resValue[8]  = '1600 x 1200';
resValue[9]  = '1680 x 1050';
resValue[10]  = '1920 x 1200';
resValue[11]  = '2560 x 1600';

function addEngine()
{
    var err;

    err = "Sorry, your web browser does not support the addition of this search engine.\n";
    err+= "PIXFINDER recommends using Firefox browser.";

    if (window.external && ("AddSearchProvider" in window.external))
        window.external.AddSearchProvider("http://www.pixfinder.net/nav/en.xml");
    else
        alert(err);
}
