|
Place a bid
KUNG FU, PANDA STYLE!
Embark on an epic action-packed adventure based on the DreamWorks Animation movie Kung Fu Panda! Then, go beyond the movie as you experience Kung Fu awesomeness like never before on your quest to become the legendary Dragon Warrior!
Terms & Conditions:
Kung Fu Panda published by Activision for Windows XP/Vista Only (Requires DVD-ROM Drive). Game comes complete with near mint/like new condition game disc, manual and holder case as seen in actual pictures. This is an authentic U.S. edition of the game - not an Asian or UK import. UPC code from the back is 047875331976.
This item ships for FREE 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 payments from the United States only. CA Sales Tax is charged if item is shipped to a California address. All Sales Final. Please check system requirements before buying. Thank you for looking!
Minimum System Requirements:
U.S. version of Windows XP/Vista Only
Intel Pentium IV 2.0 GHz CPU processor
512MB RAM (1 GB for Windows Vista)
8.5 GB Hard Drive Space
4x DVD-ROM drive
DirectX 9.0c compatible sound card
DirectX 9.0c compatible 128MB video card with one of these chipsets:NVIDIA GeForce FX 5600 / ATI Radeon 9500(On-Board Video/Integrated Chipsets are NOT Supported)
/*
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="Photo 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 |