function getvalues()
{
catchit=document.sitelist.website.selectedIndex
stored=document.sitelist.website.options[catchit].value

if (stored != "none")
	{
		url=stored
		document.location.href=url
	}
}

function gup( name )
{  
	name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");  
	var regexS = "[\\?&]"+name+"=([^&#]*)";  
	var regex = new RegExp( regexS );  
	var results = regex.exec( window.location.href );  
	if( results == null )    
		return "";  
	else    
		return results[1];
}



document.write('<select name="website" class="dd_select" style="width: 150px;" onChange="javascript:getvalues()">');

//Show All
if (sel_episode == 1)
	document.write('<option value="/gallery/pg_shows.asp" selected class="black_11">Show&nbsp;All</option>');
else
	document.write('<option value="/gallery/pg_shows.asp" class="black_11">Show&nbsp;All</option>');	

//Kannye Tui Mega Star
if (sel_episode == 30)
	document.write('<option value="/gallery/pg_kannye_tui_mega_star.asp" selected class="black_11">Kannye Tui Mega Star</option>');
else
	document.write('<option value="/gallery/pg_kannye_tui_mega_star.asp" class="black_11">Kannye Tui Mega Star</option>');

//Sopnon Holeo Sotti
if (sel_episode == 31)
	document.write('<option value="/gallery/pg_Sopno_Holeo_Sotti.asp" selected class="black_11">Sopno Holeo Sotti</option>');
else
	document.write('<option value="/gallery/pg_Sopno_Holeo_Sotti.asp" class="black_11">Sopno Holeo Sotti</option>');

//Ishti Kutum
if (sel_episode == 16)
	document.write('<option value="/gallery/pg_ishti_kutum.asp" selected class="black_11">Ishti Kutum</option>');
else
	document.write('<option value="/gallery/pg_ishti_kutum.asp" class="black_11">Ishti Kutum</option>');

//Bodhu Kon Alo Laaglo Chokhe
if (sel_episode == 3)
	document.write('<option value="/gallery/pg_Bodhu_Kon_Alo_Laaglo_Chokhe.asp" selected class="black_11">Bodhu Kon Alo Laaglo Chokhe</option>');
else
	document.write('<option value="/gallery/pg_Bodhu_Kon_Alo_Laaglo_Chokhe.asp" class="black_11">Bodhu Kon Alo Laaglo Chokhe</option>');

				//Maa
if (sel_episode == 17)
	document.write('<option value="/gallery/pg_maa.asp" selected class="black_11">Maa</option>');
else
	document.write('<option value="/gallery/pg_maa.asp" class="black_11">Maa</option>');

		//Sindoor Khela
if (sel_episode == 15)
	document.write('<option value="/gallery/pg_sindoor_khela.asp" selected class="black_11">Sindoor Khela</option>');
else
	document.write('<option value="/gallery/pg_sindoor_khela.asp" class="black_11">Sindoor Khela</option>');

	//Sansar Sukher Hoye Rumonir Gune
if (sel_episode == 27)
	document.write('<option value="/gallery/pg_sshrg.asp" selected class="black_11">Sansar Sukher Hoye Rumonir Gune</option>');
else
	document.write('<option value="/gallery/pg_sshrg.asp" class="black_11">Sansar Sukher Hoye Rumonir Gune</option>');

	//Tapur Tupur
if (sel_episode == 25)
	document.write('<option value="/gallery/pg_tapur_tupur.asp" selected class="black_11">Tapur Tupur</option>');
else
	document.write('<option value="/gallery/pg_tapur_tupur.asp" class="black_11">Tapur Tupur</option>');

	//Checkmate
if (sel_episode == 32)
	document.write('<option value="/gallery/pg_checkmate.asp" selected class="black_11">Checkmate</option>');
else
	document.write('<option value="/gallery/pg_checkmate.asp" class="black_11">Checkmate</option>');

	//Adwitiya
if (sel_episode == 26)
	document.write('<option value="/gallery/pg_adwitiya.asp" selected class="black_11">Adwitiya</option>');
else
	document.write('<option value="/gallery/pg_adwitiya.asp" class="black_11">Adwitiya</option>');

			//Aparojito
if (sel_episode == 24)
	document.write('<option value="/gallery/pg_aparajita.asp" selected class="black_11">Aparojito</option>');
else
	document.write('<option value="/gallery/pg_aparajita.asp" class="black_11">Aparojito</option>');

				//Bhalobhasha
if (sel_episode == 19)
	document.write('<option value="/gallery/pg_bhalobasha_com.asp" selected class="black_11">@bhalobhasha.kom</option>');
else
	document.write('<option value="/gallery/pg_bhalobasha_com.asp" class="black_11">@bhalobhasha.kom</option>');
