
function gotoepicstory(x)
{ 
    if(x==1)
    window.location="/ramayan/balkand_story.asp"
    else if(x==2)
    window.location="/ramayan/ayodhyakand_story.asp"
	 		
}

function gotoepicgames(x)
{ 
	if(x==1)
	   window.location="/ramayan/games/match.asp"
    else if(x==2)
	   window.location="/ramayan/games/jumble.asp"
	else if(x==3)
	window.location="/ramayan/games/add_tell.asp"
	else if(x==4)
	window.location="/ramayan/games/truefalse.asp"
	else if(x==5)
	window.location="/ramayan/games/shoot_n_shine.asp"
	else if(x==6)
	window.location="/ramayan/games/ravana.asp"
	 		
}

