|
Place a bid
Dick Tracy, Calling Dick Tracy!
You are bidding on the Dick Tracy "The Tramp" action figure by Playmates Toys, that we had bought in 1990. The package is in good condition, it's never been opened, but has slight card wear on its corners.
iMainPicMaxWidth=400;
iHeightFactor=1;
iMainPicMaxHeight=iMainPicMaxWidth*iHeightFactor;
iTNPicMaxWidth=128;
iTNPicMaxHeight=iTNPicMaxWidth*iHeightFactor;
iMainPicWidth=0;
iMainPicHeight=0;
imgLastSelected=null;
function showpicture(iSelectedFrameworkcontentdataID,img,src,iWidth,iHeight,iMaxWidth,iMaxHeight){
iDisplayWidth=iWidth;
iDisplayHeight=iHeight;
if (iWidth>iMaxWidth || iHeight>iMaxHeight) {
iWHRatio=iWidth/iHeight;
iWRatio=iWidth/iMaxWidth;
iHRatio=iHeight/iMaxHeight;
if (iWRatio>iHRatio){
iDisplayWidth=iMaxWidth;
scaling=iDisplayWidth/iWidth;
iDisplayHeight=iHeight*scaling;
} else {
iDisplayHeight=iMaxHeight;
scaling=iDisplayHeight/iHeight;
iDisplayWidth=iWidth*scaling;
}
}
img.width=iDisplayWidth;
img.height=iDisplayHeight;
img.src=src;
}
function showmain(iSelectedFrameworkcontentdataID,src,iWidth,iHeight,bGotoAnchor){
document.bb_mainform.SelectedFrameworkcontentdataID.value=iSelectedFrameworkcontentdataID;
iMainPicWidth=iWidth;
iMainPicHeight=iHeight;
showpicture(iSelectedFrameworkcontentdataID,document.imgPicture0,src,iWidth,iHeight,iMainPicMaxWidth,iMainPicMaxHeight);
document.all.bb_enlargeimagelink.href=src;
if (iWidth |