var fDesc=new Array(); fDesc[0] = "The PoP1 Total Pack contain: Custom Game Launcher, Prince of Persia with 63 game modifications, Game Environments from: PoP1 (PC), PoP2 (PC).

Prince of Persia is action game and starts with the Sultan of Persia being called away for a war in a foreign land.

Sensing opportunity, the evil Vizier Jaffar seizes the throne for himself. The Prince is imprisoned, since Jaffar has designs on the Princess.

The Prince therefore has 60 minutes to complete the game by saving the Princess and killing Jaffar."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }