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];
}


function getvalues1()
{
//alert("calling from pg.asp");
catchit1=document.sitelist1.website1.selectedIndex
stored1=document.sitelist1.website1.options[catchit1].value

if (stored1 != "none")
	{
		url1=stored1
		document.location.href=url1
	}
}

function gup1( name )
{  
	name1 = name1.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];
}






// put even numbers for selection

//document.write('<select name="website"  onChange="javascript:getvalues();" style="width:150px;">');


//SFK 2006
if (sel_episode == 1)
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_2006.asp" selected class="black_14">SFK 2006</option>');
else
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_2006.asp" class="black_14">SFK 2006</option>');


//SFK International
if (sel_episode == 2)
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_inter.asp" selected class="black_14">SFK International</option>');
else
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_inter.asp" class="black_14">SFK International</option>');



//SFK 2008
if (sel_episode == 3)
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_2008.asp" selected class="black_14">SFK 2008</option>');
else
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_2008.asp" class="black_14">SFK 2008</option>');



//SFK 2009
if (sel_episode == 4)
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_2009.asp" selected class="black_14">SFK 2009</option>');
else
	document.write('<option value="http://www.indya.com/sfk09/gallery/sfk_2009.asp" class="black_14">SFK 2009</option>');







//document.write('</select>');
