
<!-- Begin popUp for catalogo link on general link page
function popUpvideo(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=420,left = 140,top = 124.5');");
}
// End -->

<!-- Begin popUp for products shopping cart 
function popUpProduct(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=530,height=555,left = 140,top = 124.5');");
}
// End -->



// -->

function openForceClick() {
b = window.open("http://www.teaology.com/SearchResult.aspx?CategoryID=2","new1",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
b.focus();
}


<!-- Begin print zoom Image

function varitext(text){
text=document
print(text)
}
//  End -->




// header large banner images swap
<!--
function random_HeaderImglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
//header baner

myimages[1]="http://www.bdmag.com/images/banners/banner-Large-1.jpg"
myimages[2]="http://www.bdmag.com/images/banners/banner-Large-3.JPG"
myimages[3]="http://www.bdmag.com/images/banners/banner-Large-2.jpg"
myimages[4]="http://www.bdmag.com/images/banners/4prod_468x60_37920.jpg"
myimages[5]="http://www.bdmag.com/images/banners/4.jpg"


var imagelinks=new Array()

imagelinks[1]="http://www2.panasonic.com/consumer-electronics/shop/Building-Products/Ventilation-Systems/Ceiling-Insert-Fans/model.FV-08VKM1_11002_7000000000000005702"
imagelinks[2]="http://www.stonebridgelighting.com"
imagelinks[3]="http://www.Keenebuilding.com"
imagelinks[4]="http://www.rentnational.com/"
imagelinks[5]="http://keenebuilding.com/productsdriwall.php"



var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+' target="_blank"><img src="'+myimages[ry]+'" border=0></a>')
}

//-->
// End Header banner images swap -->
//small banners left colum images swap -->
function random_LeftColumImglink(){
var smallimages=new Array()
//specify random images below. You can have as many as you wish
//header baner
smallimages[1]="http://www.bdmag.com/images/banners/banner-Small-1.jpg"
smallimages[2]="http://www.bdmag.com/images/banners/banner-Small-3.jpg"
smallimages[3]="http://www.bdmag.com/images/banners/banner-small-5.png"
smallimages[4]="http://www.bdmag.com/images/banners/banner-small-6.png"
smallimages[5]="http://www.bdmag.com/images/banners/banner-small-7.jpg"
smallimages[6]="http://www.bdmag.com/images/banners/banner-small-8.png"


var smallimagelinks=new Array()
smallimagelinks[1]="http://www.belgard.biz/"
smallimagelinks[2]="http://www.electrolux.com/naportal_us.html"
smallimagelinks[3]="http://www.moen.com/"
smallimagelinks[4]="http://www.commtruck.ford.com/ctw/default.asp"
smallimagelinks[5]="http://www.omega-products.com/"
smallimagelinks[6]="http://www.milgard.com/"


var ry=Math.floor(Math.random()*smallimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+smallimagelinks[ry]+'"'+' target="_blank"><img src="'+smallimages[ry]+'" border=0></a>')
}

//end small baner left colum images swap -->


//open big images in new url -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


