|
Place a bid
Find Out Why The Critics Are Raving!
Portal, the new single player game from Valve, blends adventure, puzzle and action gaming. Portal has earned over 70 industry awards, with more than 30 Game of the Year Awards that celebrate its gameplay innovations and story. Start thinking with Portals!
Game Features:
Portal challenges players to change the way they approach the possibilities in any given environment.
Survive hours of new, first-person puzzle challenges. Open portals. Move objects, and yourself, through space.
Portal has earned over 70 industry awards for its innovative gameplay, story, and end song, "Still Alive".
Terms & Conditions:
Portal published by EA Games for Windows XP/Vista (Requires DVD-ROM drive). Game is brand new and still sealed in its original packaging like shown in pictures. This is an authentic U.S. edition, not an Asian or UK import. UPC code from the back is 014633098716.
All Sales Final. You must accept the STEAM™ SUBSCRIBER AGREEMENT before you can play this game. Buyer is responsible for reviewing these Terms of Use before purchasing this item by visiting http://www.steampowered.com/agreement
This item ships for $4.95 via USPS First Class Mail. Same day shipping if payment is received before 10 A.M. Pacific Time on any business day. (Next business day shipping for all payments received after this time) Note: eCheck payments must clear before item ships out.
We accept PayPal from the U.S. with a confirmed address only. CA Sales Tax is charged if item is shipped to a California address. Buyer is responsible for all software and hardware compatibility issues. Thank you for looking!
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
var clickmessage="Contents & Graphics Copyright © Grognard Store"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i |