// put even numbers for selection

document.write('<select name="website"  onChange="javascript:getvalues()" style="width:145px;" class="txt_blk">');

//  AB jr - Moto
if (dd_sel == 14)
document.write('<option value=pg_iifa08_wkend.asp" selected>2008 IIFA Weekend</option>');
else
document.write('<option value="pg_iifa08_wkend.asp">2008 IIFA Weekend</option>');

//  AB jr - Moto
if (dd_sel == 13)
document.write('<option value=pg_iifa.asp" selected>2008 Green Carpet</option>');
else
document.write('<option value="pg_iifa.asp">2008 Green Carpet</option>');

//  AB jr - Moto
if (dd_sel == 12)
document.write('<option value=pg_2008.asp" selected>2008 Awards Night</option>');
else
document.write('<option value="pg_2008.asp">2008 Awards Night</option>');

//  AB jr - Moto
if (dd_sel == 11)
document.write('<option value=pg_iifa_af.asp" selected>Acid Factory Music Launch</option>');
else
document.write('<option value="pg_iifa_af.asp">Acid Factory Music Launch</option>');


//  AB jr - Moto
if (dd_sel == 10)
document.write('<option value=pg_iifa_ls2050.asp" selected>Love Story Promo</option>');
else
document.write('<option value="pg_iifa_ls2050.asp">Love Story Promo</option>');

//  AB jr - Moto
if (dd_sel == 9)
document.write('<option value=pg_iifa08_masala.asp" selected> All the Masala</option>');
else
document.write('<option value="pg_iifa08_masala.asp"> All the Masala</option>');


//  AB jr - Moto
if (dd_sel == 8)
document.write('<option value=pg_2007.asp" selected>2007 Gallery</option>');
else
document.write('<option value="pg_2007.asp">2007 Gallery</option>');


//  AB jr - Moto
if (dd_sel == 7)
document.write('<option value=pg_2006.asp" selected>2006 Gallery</option>');
else
document.write('<option value="pg_2006.asp">2006 Gallery</option>');

//  AB jr - Moto
if (dd_sel == 6)
document.write('<option value=pg_2005.asp" selected>2005 Gallery</option>');
else
document.write('<option value="pg_2005.asp">2005 Gallery</option>');

//  kangana
if (dd_sel == 5)
document.write('<option value=pg_2004.asp" selected>2004 Gallery</option>');
else
document.write('<option value="pg_2004.asp">2004 Gallery</option>');

//  Zara Nachke Dikhana
if (dd_sel == 4)
document.write('<option value=pg_2003.asp" selected>2003 Gallery</option>');
else
document.write('<option value="pg_2003.asp">2003 Gallery</option>');

//  Yukta at a workshop
if (dd_sel == 3)
document.write('<option value=pg_2002.asp" selected>2002 Gallery</option>');
else
document.write('<option value="pg_2002.asp">2002 Gallery</option>');

//  City of Dreams play
if (dd_sel == 2)
document.write('<option value=pg_2001.asp" selected>2001 Gallery</option>');
else
document.write('<option value="pg_2001.asp">2001 Gallery</option>');

// Katrina on Filmfare
if (dd_sel == 1)
document.write('<option value=pg_2000.asp" selected>2000 Gallery</option>');
else
document.write('<option value="pg_2000.asp">2000 Gallery</option>');


document.write('</select>');


