var array3DropDown = new Array();
//
function DropDown3Clicked(i)
{
self.location.href = array3DropDown[i][1] ;
}
