Sql – table transpose in sql server

sqlsql-server-2008

I trying to write sql code to create a table which is a transpose of given table. Initially I have a table with data. I am trying to create a table which is transpose of input table using sql server management studio.

Plz help me….

input is as follows:
tbl

output :

tbltr