//-- javascript
//-- reconditions products popup
	
var popAll = new Array();
var popTmp = "";
popTmp='<img style="cursor:hand;" title="Close" src="images/close.gif" alt="close" width="16" height="17" border="0" onClick="saPullPop();">';
popTmp+='<div class="saMFull">Brook Crompton - Reconditioned Motors </div>';
popTmp+='<div class="inPop0"><div class="in1Col3C"><br>';
popTmp+='<img src="inc/img/bc1.jpg" title="Brook Crompton - Reconditioned Motors " width="180" height="140"></div>';
popTmp+='<div class="in1Col3a"><br><strong>Item No.</strong> 19982 <div class="subN"><br>';
popTmp+='Brook Crompton Fan Motor<br>Single Phase Capacitor Start<br>240v operation, .25kW';
popTmp+='</div></div></div>';
popTmp+='<div class="inPop0"><div class="in1SPC4"><br><div class="inPop1">';
popTmp+='<span class="in1Col6">Motror Parameters:</span><div class="in1Col3">--</div></div>';
popTmp+='<div class="inPop0"><span class="in1Col6">Current State:</span>';
popTmp+='<div class="in1Col3">Rewound, balanced, tested</div></div><br>';
popTmp+='<a href="mailto:fred@durst.com?subject=RE: Brook Crompton Item Number (19982)';
popTmp+='&body=Please register my interest in Item Number (19982)%0A%0DPlease Phone Me On:" target="_blank">';
popTmp+='Click Here to Register Your Interest</a></div></div>';
popAll["pc1"]=popTmp;


popTmp='<img style="cursor:hand;" title="Close" src="images/close.gif" alt="close" width="16" height="17" border="0" onClick="saPullPop();">';
popTmp+='<div class="saMFull">Brook Crompton - Reconditioned Motors </div>';
popTmp+='<div class="inPop0"><div class="in1Col3C"><br>';
popTmp+='<img src="inc/img/bc2.jpg" title="Brook Crompton - Reconditioned Motors " width="180" height="140"></div>';
popTmp+='<div class="in1Col3a"><br><strong>Item No.</strong> 19983 <div class="subN"><br>';
popTmp+='Brook Crompton DC Motor<br>240v DC operation, 4HP';
popTmp+='</div></div></div>';
popTmp+='<div class="inPop0"><div class="in1SPC4"><br><div class="inPop1">';
popTmp+='<span class="in1Col6">Motror Parameters:</span><div class="in1Col3">--</div></div>';
popTmp+='<div class="inPop0"><span class="in1Col6">Current State:</span>';
popTmp+='<div class="in1Col3">Rewound, balanced, tested</div></div><br>';
popTmp+='<a href="mailto:fred@durst.com?subject=RE: Brook Crompton Item Number (19983)';
popTmp+='&body=Please register my interest in Item Number (19983)%0A%0DPlease Phone Me On:" target="_blank">';
popTmp+='Click Here to Register Your Interest</a></div></div>';
popAll["pc2"]=popTmp;


popTmp='<img style="cursor:hand;" title="Close" src="images/close.gif" alt="close" width="16" height="17" border="0" onClick="saPullPop();">';
popTmp+='<div class="saMFull">Brook Crompton - Reconditioned Motors </div>';
popTmp+='<div class="inPop0"><div class="in1Col3C"><br>';
popTmp+='<img src="inc/img/bc3.jpg" title="Brook Crompton - Reconditioned Motors " width="180" height="140"></div>';
popTmp+='<div class="in1Col3a"><br><strong>Item No.</strong> 19984 <div class="subN"><br>';
popTmp+='Brook Crompton Vac Pump Motor<br>415v ac 3 phase 2.2kW';
popTmp+='</div></div></div>';
popTmp+='<div class="inPop0"><div class="in1SPC4"><br><div class="inPop1">';
popTmp+='<span class="in1Col6">Motror Parameters:</span><div class="in1Col3">--</div></div>';
popTmp+='<div class="inPop0"><span class="in1Col6">Current State:</span>';
popTmp+='<div class="in1Col3">New</div></div><br>';
popTmp+='<a href="mailto:fred@durst.com?subject=RE: Brook Crompton Item Number (19984)';
popTmp+='&body=Please register my interest in Item Number (19984)%0A%0DPlease Phone Me On:" target="_blank">';
popTmp+='Click Here to Register Your Interest</a></div></div>';
popAll["pc3"]=popTmp;

function jvClickProd(thid){
	saDropPop(thid);
}
function saDropPop(nid){
	saPullPop();
	var floatit=document.getElementById("saPopUp");
	var xxx=document.getElementById(nid);
	var yyy=document.getElementById("isRight");
	var txt=popAll[nid];
	jdImgPosition(xxx.parentNode.firstChild);
	floatit.style.pixelLeft=jdElementPosition(yyy)+34;
	//floatit.style.pixelLeft=ElementLeft-50;
	floatit.style.pixelTop=ElementTop-24;
	var t2=txt+'<br />';
	floatit.innerHTML=t2;
	floatit.style.display="block";
	}
function saPullPop(){
	aldSub=-1;
	document.getElementById("saPopUp").style.display="none";
}
