

//Box Script


document.write('<DIV CLASS="absoldiv1" ID="floatdiv" style="top:0px; z-index:1000; display:none; right:0px; margin-right:7px;"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" height="133" WIDTH="239"><TR><TD valign="bottom"><DIV CLASS="absoldiv"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="30"><TR><TD><DIV CLASS="buyers">Find Right Suppliers<BR></DIV></TD><TD STYLE="padding-left:7px;"><IMG SRC="/gifs/mini.gif" ONCLICK="hide()" STYLE="cursor:pointer;" ID="min" WIDTH="14" HEIGHT="14"><IMG SRC="/gifs/mini1.gif" ONCLICK="show()" STYLE="cursor:pointer;" class="off" ID="min1" WIDTH="14" HEIGHT="14"></TD></TR></TABLE><DIV STYLE="height:102px;" class="on" ID="divinfo"><DIV CLASS="buyerstext">Receive genuine response!</DIV><DIV CLASS="buyerstext1">Tell us your exact buy requirement and we will find you the qualified suppliers.</DIV><DIV ALIGN="CENTER"><A HREF="/buyinglead.html"><IMG SRC="/gifs/sendp.gif" BORDER="0" WIDTH="223" HEIGHT="24"></A></DIV></DIV></DIV></TD></TR></TABLE></DIV>')

function get()
{
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
   myWidth = document.body.clientWidth;
   myHeight = document.body.clientHeight;
  }
var ht = window.pageYOffset ||
	document.body.scrollTop ||
    document.documentElement.scrollTop;
var hp = document.body.offsetHeight;


var total = ht+myHeight;
padtotal =total-175;
padtotal1 =total-40;


if (ht <  myHeight)
{
document.getElementById('floatdiv').style.display="none";
}
else
	{
	document.getElementById('floatdiv').style.display="block";
document.getElementById('floatdiv').style.marginTop=padtotal+'px';

	}

}



function addEvent( obj, type, fn ){ 
   if (obj.addEventListener){ 
	  obj.addEventListener( type, fn, false );
   }
   else if (obj.attachEvent){ 
	  obj["e"+type+fn] = fn; 
	  obj[type+fn] = function(){ obj["e"+type+fn]( window.event ); } 
	  obj.attachEvent( "on"+type, obj[type+fn] ); 
   } 

}

addEvent(window, 'load', get);
addEvent(window, 'scroll', get);
addEvent(window, 'resize', get);


function show()
{

document.getElementById('divinfo').className="on";
document.getElementById('min').className="on";
document.getElementById('min1').className="off";

}


function hide()
{

document.getElementById('divinfo').className="off";
document.getElementById('min').className="off";
document.getElementById('min1').className="on";
}
//Box Script




if (document.images)
{
  pic1= new Image(); 
  pic1.src="/gifs/right-pan-bg.gif";
  
  pic2= new Image(); 
  pic2.src="/gifs/sendp.gif"; 
}