document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var vnkcfnpwidgetUserImageMaxWidth = 160; var vnkcfnpwidgetUserImageMaxHeight = 100; var vnkcfnpwidgetUserImageBorderWidth = 3; function vnkcfnpwidgetResizeUserImage(imageObjectID){ imageObject = document.getElementById(imageObjectID); if((imageObject.offsetWidth == 0) || (imageObject.offsetHeight == 0)){ window.setTimeout("vnkcfnpwidgetResizeUserImage('" + imageObjectID + "');", 200); return; } var vnkcfnpwidgetUserImageWidthOverflow = imageObject.offsetWidth - vnkcfnpwidgetUserImageMaxWidth; var vnkcfnpwidgetUserImageHeightOverflow = imageObject.offsetHeight - vnkcfnpwidgetUserImageMaxHeight; if((vnkcfnpwidgetUserImageWidthOverflow > 0) || (vnkcfnpwidgetUserImageHeightOverflow > 0)){ if(vnkcfnpwidgetUserImageWidthOverflow > vnkcfnpwidgetUserImageHeightOverflow){ imageObject.style.width = (vnkcfnpwidgetUserImageMaxWidth - (vnkcfnpwidgetUserImageBorderWidth * 2)) + "px"; }else{ imageObject.style.height = (vnkcfnpwidgetUserImageMaxHeight - (vnkcfnpwidgetUserImageBorderWidth * 2)) + "px"; } } }document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(' '); document.write(' thaibeproud'); document.write(''); document.write(' (5)'); document.write(' '); document.write('
'); document.write(' '); document.write(' Last Login: more than 3 weeks ago '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' Seller Rating'); document.write(' Rating'); document.write(' '); document.write(' '); document.write(' '); document.write(' Seller Profile'); document.write(' Profile'); document.write(' '); document.write(' '); document.write(' '); document.write(' Seller Store'); document.write(' '); document.write(' 0'); document.write(' '); document.write(' Items'); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write(' '); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' This seller\'s items are currently not available.'); document.write('
'); document.write(' '); document.write(' Check out'); document.write(' '); document.write(' other items'); document.write(' '); document.write(' from iOffer!'); document.write(' '); document.write(' '); document.write('
'); document.write('
'); document.write(' '); document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); var vnkcfnpiofferWidgetNumItems = 0; var vnkcfnpiofferWidgetScrollIndex = 0; var vnkcfnpiofferWidgetScrollHeight = 32; var vnkcfnpiofferWidgetNumScroll = 2; var vnkcfnpiofferWidgetNumVisible = 3; var vnkcfnpiofferWidgetScrollInProgress = false; var vnkcfnpiofferWidgetScrollSteps = 26; var vnkcfnpiofferWidgetScrollTime = 200; var vnkcfnpiofferWidgetScrollArea = document.getElementById("vnkcfnpioffer_widget_items_div"); var vnkcfnpiofferWidgetScrollDownImage = document.getElementById("vnkcfnpioffer_widget_scroll_down_image"); var vnkcfnpiofferWidgetScrollUpImage = document.getElementById("vnkcfnpioffer_widget_scroll_up_image"); //Use a timer to fix IE6 reload scrollTop bug if(vnkcfnpiofferWidgetNumItems > 0){ setTimeout("vnkcfnpiofferWidgetScrollArea.scrollTop = 0;", 1000); } if(vnkcfnpiofferWidgetNumItems > vnkcfnpiofferWidgetNumVisible){ vnkcfnpiofferWidgetEnableScrollDown(); } function vnkcfnpiofferWidgetScrollAnimation(vnkcfnpscrollDistance){ vnkcfnpiofferWidgetScrollInProgress = true; var vnkcfnpstepScrollDistance = vnkcfnpscrollDistance / vnkcfnpiofferWidgetScrollSteps; var vnkcfnpstepScrollDelay = vnkcfnpiofferWidgetScrollTime / vnkcfnpiofferWidgetScrollSteps; var vnkcfnporiginalScrollTop = vnkcfnpiofferWidgetScrollArea.scrollTop; var vnkcfnpcurrentDistance = vnkcfnporiginalScrollTop; var vnkcfnpcurrentDelay = 0; for(var i = 1; i <= vnkcfnpiofferWidgetScrollSteps; i++){ if(i == vnkcfnpiofferWidgetScrollSteps){ vnkcfnpcurrentDistance = vnkcfnpscrollDistance + vnkcfnporiginalScrollTop; vnkcfnpcurrentDelay = vnkcfnpiofferWidgetScrollTime; }else{ vnkcfnpcurrentDistance += vnkcfnpstepScrollDistance; vnkcfnpcurrentDelay += vnkcfnpstepScrollDelay; } setTimeout("vnkcfnpiofferWidgetScrollArea.scrollTop = " + vnkcfnpcurrentDistance + ";", vnkcfnpcurrentDelay); } setTimeout("vnkcfnpiofferWidgetScrollInProgress = false;", (vnkcfnpiofferWidgetScrollTime + 2)); } function vnkcfnpiofferWidgetEnableScrollDown(){ vnkcfnpiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down.gif"; vnkcfnpiofferWidgetScrollDownImage.style.cursor = "pointer"; } function vnkcfnpiofferWidgetDisableScrollDown(){ vnkcfnpiofferWidgetScrollDownImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_down_disabled.gif"; vnkcfnpiofferWidgetScrollDownImage.style.cursor = "default"; } function vnkcfnpiofferWidgetEnableScrollUp(){ vnkcfnpiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up.gif"; vnkcfnpiofferWidgetScrollUpImage.style.cursor = "pointer"; } function vnkcfnpiofferWidgetDisableScrollUp(){ vnkcfnpiofferWidgetScrollUpImage.src = "http://cdn.ioffer.com/images/misc/widget/icons/navigate_up_disabled.gif"; vnkcfnpiofferWidgetScrollUpImage.style.cursor = "default"; } function vnkcfnpiofferWidgetScroll(vnkcfnpdirection){ if(vnkcfnpiofferWidgetScrollInProgress == false){ var vnkcfnpnumItemsScroll = 0; var vnkcfnpdirectionToNumber = 0; var vnkcfnpscrollDistance = 0; if(vnkcfnpdirection == "down"){ vnkcfnpdirectionToNumber = 1; vnkcfnpnumItemsScroll = vnkcfnpiofferWidgetNumItems - (vnkcfnpiofferWidgetNumVisible + vnkcfnpiofferWidgetScrollIndex); }else{ vnkcfnpdirectionToNumber = -1; vnkcfnpnumItemsScroll = vnkcfnpiofferWidgetScrollIndex; } if(vnkcfnpnumItemsScroll > 0){ vnkcfnpnumItemsScroll = (vnkcfnpnumItemsScroll > vnkcfnpiofferWidgetNumScroll ? vnkcfnpiofferWidgetNumScroll : vnkcfnpnumItemsScroll); vnkcfnpscrollDistance = vnkcfnpiofferWidgetScrollHeight * (vnkcfnpdirectionToNumber * vnkcfnpnumItemsScroll); vnkcfnpiofferWidgetScrollAnimation(vnkcfnpscrollDistance); vnkcfnpiofferWidgetScrollIndex += (vnkcfnpdirectionToNumber * vnkcfnpnumItemsScroll); if((vnkcfnpiofferWidgetScrollIndex + vnkcfnpiofferWidgetNumVisible) < vnkcfnpiofferWidgetNumItems){ vnkcfnpiofferWidgetEnableScrollDown(); }else{ vnkcfnpiofferWidgetDisableScrollDown(); } if(vnkcfnpiofferWidgetScrollIndex > 0){ vnkcfnpiofferWidgetEnableScrollUp(); }else{ vnkcfnpiofferWidgetDisableScrollUp(); } } } }