|
Place a bid
.bb_mat
{
MARGIN: 0px;
WIDTH: 100%;
}
.bb_frame
{
MARGIN: 0px;
WIDTH: 100%;
}
.bb_body
{
BACKGROUND: white;
MARGIN: 0px;
WIDTH: 740px;
}
.top_left
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_top_left.jpg);
WIDTH: 15px;
HEIGHT: 15px;
}
.top_stretch
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_top_stretch.jpg);
HEIGHT: 15px;
}
.top_right
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_top_right.jpg);
WIDTH: 15px;
HEIGHT: 15px;
}
.left_stretch
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_left_stretch.jpg);
WIDTH: 15px;
}
.middle_stretch
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_bg.jpg);
}
.right_stretch
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_right_stretch.jpg);
WIDTH: 15px;
}
.bottom_left
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_bottom_left.jpg);
WIDTH: 15px;
HEIGHT: 15px;
}
.bottom_stretch
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_bottom_stretch.jpg);
HEIGHT: 15px;
}
.bottom_right
{
BACKGROUND-IMAGE: url(http://www.picture-server.net/common/simple/blue_bottom_right.jpg);
WIDTH: 15px;
HEIGHT: 15px;
}
.thinborder
{
border-width: 1px;
border-color: #000000;
border-style: solid;
}
.policyheading
{
font-weight: bold;
text-align: center;
vertical-align: top;
}
Sopranos - The Complete Fifth Season
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
|