|
Place a bid
Here's Looking at You Kid or Where's the Water?
This hand carved wooden duck would make a nice addition to anyone's collection or because the way that he sits and looks down would make an unusual room decoration
iMainPicMaxWidth=400;
iHeightFactor=1;
iMainPicMaxHeight=iMainPicMaxWidth*iHeightFactor;
iTNPicMaxWidth=192;
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 |