|
Make Your Own Scapbook Kit
Create Memorable Scrapbook Pages
Make Your Own Scrapbook Kit
Paper & Stickers
FREE SHIPPING
iMainPicMaxWidth=600;
iHeightFactor=1;
iMainPicMaxHeight=iMainPicMaxWidth*iHeightFactor;
iTNPicMaxWidth=194;
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
|
|