// put even numbers for selection

document.write('<select name="website"  onChange="javascript:getvalues()" class="gry">');

// Intro round	
if (dd_sel == 1)
	document.write('<option value="pg_intro.asp" selected>Photo shoot</option>');
else
	document.write('<option value="pg_intro.asp">Photo shoot</option>');
	
// Intro round	
if (dd_sel == 2)
	document.write('<option value="pg_intro_round.asp" selected>The Intro Round</option>');
else
	document.write('<option value="pg_intro_round.asp">The Intro Round</option>');

// one_one	
if (dd_sel == 3)
	document.write('<option value="pg_one_one.asp" selected>One on One Round</option>');
else
	document.write('<option value="pg_one_one.asp">One on One Round</option>');
	
// black_white
if (dd_sel == 4)
	document.write('<option value="pg_black_white.asp" selected>Black and White Round</option>');
else
	document.write('<option value="pg_black_white.asp">Black and White Round</option>');
	
// prop
if (dd_sel == 5)
	document.write('<option value="pg_prop.asp" selected>Property Round</option>');
else
	document.write('<option value="pg_prop.asp">Property Round</option>');
	
// wedding
if (dd_sel == 6)
	document.write('<option value="pg_wedding_round.asp" selected>Wedding Round</option>');
else
	document.write('<option value="pg_wedding_round.asp">Wedding Round</option>');

	// wedding
if (dd_sel == 7)
	document.write('<option value="pg_jodi_entertainment.asp" selected>Entertainment Round</option>');
else
	document.write('<option value="pg_jodi_entertainment.asp">Entertainment Round</option>');



	// Language
if (dd_sel == 8)
	document.write('<option value="pg_lang_round.asp" selected>Language Round</option>');
else
	document.write('<option value="pg_lang_round.asp">Language Round</option>');


// wild card jugde round
if (dd_sel == 9)
	document.write('<option value="pg_wildcard_judges_round.asp" selected>Wild card judges Round</option>');
else
	document.write('<option value="pg_wildcard_judges_round.asp">Wild card judges Round</option>');



// wild card jugde round
if (dd_sel == 10)
	document.write('<option value="pg_wildcard_voting_round.asp" selected>Wild card voting Round</option>');
else
	document.write('<option value="pg_wildcard_voting_round.asp">Wild card Voting Round</option>');


// wild card jugde round
if (dd_sel == 11)
	document.write('<option value="pg_final_result_announcement.asp" selected>Result announcement </option>');
else
	document.write('<option value="pg_final_result_announcement.asp">Result announcement </option>');
	
		
	
	// wild card jugde round
if (dd_sel == 12)
	document.write('<option value="pg_result_announcement.asp" selected>Winners announcement </option>');
else
	document.write('<option value="pg_result_announcement.asp">Winners announcement </option>');
document.write('</select>');
