(function() {
var oC = ebay.oDocument.addConfig(new EbayConfig("MyeBay.Tracking"));
oC.sParamVal="_sp";
oC.sParamName="_trksid";
})();
Add to Favourite Shops |
Sign up for Shop newsletter
(function(){
var c = ebay.oDocument.addConfig(new EbayConfig("LeftNav"));
c.sContentUrl = "http://promo.ebay.in/ws/eBayISAPI.dll?ViewCategoryList&storeid=3608064";
c.iWidth = 170;
c.sFrameName = "SSFrame";
ebay.oDocument._getControl("IFrame_AutoResize").writeContainer(c);
})();
// (C) 2003 CodeLifter.com
// Source: CodeLifter.com
// Do not remove this header
// Set the message for the alert box
am = "This function is disabled!";
// do not edit below this line
// ===========================
bV = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
if (bNS && e.which > 1){
alert(am)
return false
} else if (bIE && (event.button >1)) {
alert(am)
return false;
}
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV