function showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight )
{
var w = img.width;
var h = img.height;
var ratio = w/h;
autoHeight = autoHeight || false;
var imgW = 0;
var imgH = 0;
if( autoHeight || ratio >= 1 ) {
// horizontal
imgW = fill? containerWidth : Math.min( containerWidth, w );
//img.style.width = imgW + "px";
//img.style.height = "auto";
imgH = Math.floor( imgW / ratio );
}
else {
// vertical
imgH = fill? containerHeight : Math.min( containerHeight, h );
//img.style.height = imgH + "px";
//img.style.width = "auto";
imgW = Math.floor( imgH * ratio );
}
if( fill ) {
if( autoHeight || imgW < containerWidth ) {
imgW = containerWidth;
imgH = Math.floor( imgW / ratio );
}
if( imgH < containerHeight ) {
imgH = containerHeight;
imgW = Math.floor( imgH * ratio );
}
}
img.style.width = imgW + "px";
img.style.height = imgH + "px";
img.style.maxWidth = imgW + "px"; // counter-act some WP themes
img.style.visibility = "visible";
// center it
img.style.left = Math.floor( ( containerWidth - imgW ) / 2 ) + "px";
if( autoHeight ) {
img.style.top = "0";
}
else {
img.style.top = Math.floor( ( containerHeight - imgH ) / 2 ) + "px";
}
// special case for ddf
if( img.closest('.region-DDF') ) {
img.style.left = '0px';
img.style.top = '0px';
}
}
function showcaseAutoImage( img, margin, borderWidth, fill, autoHeight )
{
if( img.parentNode.offsetWidth == 0 ) {
setTimeout( function() {
// f** IE
showcaseAutoImage( img, margin, borderWidth, fill, autoHeight );
}, 100 );
return;
}
if( img.src && img.src.indexOf( "/progress" ) != -1 ) {
return;
}
/*
if( !img.width || !img.height ) {
return;
}
*/
/*
// bill: in FF, the original "img" appears to have incorrect non-zero width
// even though the image is not loaded
var tempImage = new Image();
tempImage.src = img.src;
if( tempImage.width == 0 || tempImage.height == 0 ) {
if(img.onload ) {
// already hooked up, no go?
return;
}
img.onload = function() {
showcaseAutoImage( this, margin, borderWidth, fill, autoHeight );
};
return;
}
*/
img.style.margin = "0";
img.style.position = "absolute";
img.style.display = "block";
img.style.visibility = "visible";
var b = isNaN( borderWidth ) ? 1 : borderWidth;
var inner = img.parentNode;
var outer = img.parentNode.parentNode;
var outerW = outer.offsetWidth;
var outerH = outer.offsetHeight;
var containerWidth = outerW - margin*2 - b*2;
var containerHeight = outerH - margin*2 - b*2;
inner.style.width = containerWidth + "px";
if( !autoHeight ) {
inner.style.height = containerHeight + "px";
}
inner.style.position = "absolute";
inner.style.left = margin + "px";
inner.style.top = margin + "px";
inner.style.overflow = "hidden";
// special case for ddf
if( img.closest('.region-DDF') ) {
img.style.left = '0px';
img.style.top = '0px';
}
//inner.style.backgroundColor = "yellow";
if( outer.style.position != "absolute" ) {
outer.style.position = "relative";
}
if( img.src && img.src.indexOf( "/nophoto" ) != -1 ) {
//img.onclick = null;
//img.style.cursor = "default";
fill = false;
}
var progressElem = img.parentNode.querySelectorAll( ".progress" )[0];
if( progressElem ) {
progressElem.parentNode.removeNode( progressElem );
}
showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight );
if( autoHeight ) {
var imgH = parseInt( img.style.height );
inner.style.height = imgH + "px";
outer.style.height = imgH + (margin*2) + "px";
}
}
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,488,000" );
document.write( "
" );
document.write( "
" );
document.write( "5029 MARINE Drive" );
document.write( "
" );
document.write( "
Listed by RE/MAX Crest Realty
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$2,998,000" );
document.write( "
" );
document.write( "
" );
document.write( "4346 WILDWOOD Crescent" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,688,000" );
document.write( "
" );
document.write( "
" );
document.write( "6280 BUCHANAN Street" );
document.write( "
" );
document.write( "
Listed by Pacific Evergreen Realty Ltd.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$4,799,000" );
document.write( "
" );
document.write( "
" );
document.write( "5535 MONARCH Street" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,100,000" );
document.write( "
" );
document.write( "
" );
document.write( "4069 CLINTON Street" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$2,798,000" );
document.write( "
" );
document.write( "
" );
document.write( "6807 STRATHMORE Avenue" );
document.write( "
" );
document.write( "
Listed by eXp Realty and Royal LePage Westside Klein Group
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,199,000" );
document.write( "
" );
document.write( "
" );
document.write( "4319 GRETA Street" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,358,000" );
document.write( "
" );
document.write( "
" );
document.write( "9977 SULLIVAN Street" );
document.write( "
" );
document.write( "
Listed by Grand Central Realty
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,288,000" );
document.write( "
" );
document.write( "
" );
document.write( "3832 KINCAID Street" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$2,798,000" );
document.write( "
" );
document.write( "
" );
document.write( "7535 BURGESS Street" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$2,988,888" );
document.write( "
" );
document.write( "
" );
document.write( "8563 11TH Avenue" );
document.write( "
" );
document.write( "
Listed by Royal LePage West Real Estate Services
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,999,000" );
document.write( "
" );
document.write( "
" );
document.write( "6807 STANLEY Street" );
document.write( "
" );
document.write( "
Listed by LeHomes Realty Premier
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$2,688,000" );
document.write( "
" );
document.write( "
" );
document.write( "4747 UNION Street" );
document.write( "
" );
document.write( "
Listed by Nu Stream Realty Inc.
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,399,000" );
document.write( "
" );
document.write( "
" );
document.write( "4552 CLINTON Street" );
document.write( "
" );
document.write( "
Listed by LeHomes Realty Premier
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$2,488,000" );
document.write( "
" );
document.write( "
" );
document.write( "7994 ELWELL Street" );
document.write( "
" );
document.write( "
Listed by Metro Edge Realty
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "
" );
document.write( "$3,399,000" );
document.write( "
" );
document.write( "
" );
document.write( "7165 PAULUS Crescent" );
document.write( "
" );
document.write( "
Listed by eXp Realty and Team 3000 Realty Ltd.
" );
document.write( "
" );
document.write( "
" );