https://www.offixltd.co.il/

送信済みURL:
https://www.offixltd.co.il/
レポート終了日:

リンク · 3件検出

リンクテキスト
http://www.digitalcatalog123.com/books/cbif/#p=1 קטלוג ריהוט משרדי
https://www.facebook.com/pages/%D7%90%D7%95%D7%A4%D7%99%D7%A7%D7%A1/270873871779
https://www.logate.co.ilנבנה ע"י לוגייט טכנולוגיות

JavaScript変数 · 72件検出

名前規模
0object
1object
2object
3object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
jQuery111108481815861981923object

コンソールログメッセージ · 1件検出

規模分類ログ
warningother
URL
https://connect.facebook.net/en_US/fbevents.js
テキスト
Unrecognized feature: 'attribution-reporting'.

HTML

<!DOCTYPE html><html dir="rtl"><head>

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

        <link href="scripts/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

<meta http-equiv="Content-Language" content="he">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">


    <link rel="stylesheet" href="scripts/font-awesome/5.6.3/css/all.min.css">
    <link rel="stylesheet" href="css/v2.css" type="text/css">

    <script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-HJZ0FZB0X2&amp;cx=c&amp;_slc=1" nonce="null"></script><script async="" src="//www.gstatic.com/call-tracking/call-tracking_9.js" nonce="null"></script><script src="https://connect.facebook.net/signals/config/2414628052171851?v=2.9.178&amp;r=stable&amp;domain=www.offixltd.co.il&amp;hme=28abfdc7e582ae2a8fdd6ac5ebb406923cf601dc2ee488049b0628e75e0f6b36&amp;ex_m=70%2C122%2C107%2C111%2C61%2C4%2C100%2C69%2C16%2C97%2C89%2C51%2C54%2C173%2C176%2C188%2C184%2C185%2C187%2C29%2C101%2C53%2C77%2C186%2C168%2C171%2C181%2C182%2C189%2C132%2C41%2C191%2C192%2C34%2C144%2C15%2C50%2C197%2C196%2C134%2C18%2C40%2C1%2C43%2C65%2C66%2C67%2C71%2C93%2C17%2C14%2C96%2C92%2C91%2C108%2C52%2C110%2C39%2C109%2C30%2C94%2C26%2C169%2C172%2C141%2C86%2C56%2C84%2C33%2C73%2C0%2C95%2C32%2C28%2C82%2C83%2C88%2C47%2C46%2C87%2C37%2C11%2C12%2C13%2C6%2C7%2C25%2C22%2C23%2C57%2C62%2C64%2C75%2C102%2C27%2C76%2C9%2C8%2C80%2C48%2C21%2C104%2C103%2C105%2C98%2C10%2C20%2C3%2C38%2C74%2C19%2C5%2C90%2C81%2C44%2C35%2C85%2C2%2C36%2C63%2C42%2C106%2C45%2C79%2C68%2C112%2C60%2C59%2C31%2C99%2C58%2C55%2C49%2C78%2C72%2C24%2C113" async=""></script><script async="" src="https://connect.facebook.net/en_US/fbevents.js"></script><script type="text/javascript" async="" src="https://www.gstatic.com/wcm/loader.js"></script><script async="" src="//www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-MFDF65L"></script><script type="text/javascript" src="//code.jquery.com/jquery-latest.min.js"></script>
     <script type="text/javascript" src="scripts/bootstrap-3.3.5/js/bootstrap.min.js"></script> 


  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  <script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

    <script type="text/javascript" src="js/popup.js"></script>


<style>
.ui-autocomplete { position: absolute; cursor: default;z-index:30000000 !important;}  
  .ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
  }

  .ui-autocomplete {
    min-height: 150px;
    max-height: 500px;
    overflow: auto;
  }

</style>



    <script>
        $(function () {
            function monkeyPatchAutocomplete() {

                // Don't really need to save the old fn, 
                // but I could chain if I wanted to
                var oldFn = $.ui.autocomplete.prototype._renderItem;

                $.ui.autocomplete.prototype._renderItem = function (ul, item) {
                    var re = new RegExp("^" + this.term, "i");
                    var re = new RegExp("" + this.term, "i");
                    var t = item.label.replace(re, "<span style='font-weight:bold;color:Blue;'>" + this.term + "</span>");
                    return $("<li></li>")
                        .data("item.autocomplete", item)
                        .append("<a>" + t + "</a>")
                        .appendTo(ul);
                };
            }
            monkeyPatchAutocomplete();
            var cache = {};
            $("[rel=autocompletesearch]").autocomplete({
                source: function (request, response) {
                    var term = request.term;
                    if (term in cache) {
                        response(JSON.parse(cache[term]));
                        return;
                    }
                    $.ajax({
                        url: "autosuggestproducts.asp",
                        data: { term: request.term },
                        success: function (data) {
                            cache[term] = data;
                            response(JSON.parse(data));
                        },
                        error: function () {
                            response([]);
                        }
                    });
                },
                minLength: 2,
                select: function (event, ui) {
                    if (ui.item) {
                        document.location.href = "productinfo.asp?prodid=" + ui.item.id;
                    }
                }
            });
        });
      </script>

    <style>

        #hidewhenaffix {display:block}

        .affix {
            top: 0px;
            position: fixed;
            z-index: 3000000;
            background-color: #ffffff;
            /*text-align: center;*/
            margin: auto;
            width: 100%;
            color: #000000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        }

        .affix-top {
    position: static;
    top: -150px;
        }



            .affix #hidewhenaffix {display:none}

            .stickybottomshadow {border-bottom:4px solid  #dedede;}

    </style>


<script>
$(window).on('scroll', function() {
    scrollPosition = $(this).scrollTop();
    if (scrollPosition >= 200) {
        $('#stickybottom, #stickybottom2').addClass('stickybottomshadow');
    }
    else
    {
        $('#stickybottom, #stickybottom2').removeClass('stickybottomshadow');
    }
});
</script>





<title>אופיקס | ציוד משרדי</title>
<meta name="description" content="אופיקס ציוד משרדי בעמ מתמחה באספקת ציוד משרדי לעסקים לארגונים ולפרטיים, החל  ממכשירי כתיבה, נייר מכול הסוגים, מדפסות, מגרסות, ציוד משרדי לעסקים והכל בשרות מדהים עד לפרט האחרון">
<meta name="keywords" content="ציוד משרדי, אופיקס, בת ים, ציוד למשרד ">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="scripts.js"></script>


<link rel="stylesheet" type="text/css" href="css/sagscroller.css">
    


<script src="JS/sagscroller.js">
    /***********************************************
    * SAG Content Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
</script>

<script>
    //SAG scroller demo #2:
    var sagscroller2 = new sagscroller({
        id: 'mysagscroller2',
        mode: 'auto',
        pause: 2500,
        animatespeed: 400,
        navpanel: false         
    })
</script>



 <link href="scripts/logateaccessibility/logateaccessibility.css" rel="stylesheet">    
 <script src="scripts/logateaccessibility/logateaccessibility.js"></script> 

    <script>
    $(document).ready(function () {
        $('body').setaccessibility({
            accurl: 'infoPages.asp?InfoPageId=4'
        });
    });


	</script>

	<!-- Google Tag Manager -->
	<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
	new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
	j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
	'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
	})(window,document,'script','dataLayer','GTM-MFDF65L');</script>
	<!-- End Google Tag Manager -->


  </head>


<body><a href="#" id="logate-accessibility-open" role="button" tabindex="0" aria-label="פתח תפריט נגישות"><i class="fa fa-wheelchair"></i></a><div id="logate-accessibility" class="logate-accessibility-container"><div class="acctoolbartitle"><span>נגישות</span><a href="#" style="float:left; font-size:14px;" id="logate-accessibility-close" tabindex="0"><i class="fa fa-times"></i> סגור סרגל נגישות</a></div><ul><li><a href="#" role="button" tabindex="0" id="acc-contrast-high"><i class="fa fa-adjust" aria-hidden="true"></i> ניגודיות כהה</a></li><li><a href="#" role="button" tabindex="0" id="acc-contrast-low"><i class="fa fa-adjust fa-rotate-180" aria-hidden="true"></i> ניגודיות בהירה</a></li><li><a href="#" role="button" tabindex="0" id="acc-font-large"><i class="fa fa-font"></i><i class="fa fa-plus" aria-hidden="true"></i> הגדלת גופן</a></li><li><a href="#" role="button" tabindex="0" id="acc-font-small"><i class="fa fa-font"></i><i class="fa fa-minus" aria-hidden="true"></i> הקטנת גופן</a></li><li><a href="#" role="button" tabindex="0" id="acc-font-face-normal"><i class="fa fa-font" aria-hidden="true"></i> גופן קריא</a></li><li><a href="#" role="button" tabindex="0" id="acc-monochrome"><i class="fa fa-low-vision" aria-hidden="true"></i> מונוכרום</a></li><li><a href="#" role="button" tabindex="0" id="acc-linkbold"><i class="fa fa-link" aria-hidden="true"></i> הדגשת קישורים</a></li><li><a href="#" role="button" tabindex="0" id="acc-reset"><i class="fa fa-ban" aria-hidden="true"></i> אפס הגדרות נגישות</a></li><li><a href="#maincontent"><i class="fa fa-angle-down" aria-hidden="true"></i> דלג לתוכן מרכזי</a></li><li><a href="infoPages.asp?InfoPageId=4" role="button" tabindex="0"><i class="fa fa-commenting" aria-hidden="true"></i> הצהרת נגישות</a></li><li><a class="acc-credit" href="//www.logate.co.il" title="נבנה על ידי לוגייט טכנולוגיות">לוגייט טכנולוגיות| סרגל נגישות</a></li></ul></div>
    <div id="scrollToTop" style="display:none; position:fixed; left:20px; bottom:20px; color:#000000; opaciti:0.7; cursor:pointer; z-index:2000000" class="fas fa-chevron-circle-up fa-3x"></div>

	<!-- Google Tag Manager (noscript) -->
	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MFDF65L"
	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
	<!-- End Google Tag Manager (noscript) -->

<a class="priceoffer" href="contactus.asp"><i class="far fa-envelope-open"></i> צור קשר</a>

<div id="AddToBasketFrame" style="border:4px solid #000000; padding:20px; box-sizing:border-box; text-align:center; background-color:#ffffff; display:none; width:350px; height:auto">
	<div style="position:absolute;top:-10px;left:-10px;" id="CloseDivEnlargePic">
	<a href="javascript:;" onclick="Popup.hide('AddToBasketFrame');" style="cursor:pointer;">
	<img src="Images/box_close.png" alt="" border="0">
	</a>
	</div>

    <div id="proddetails"></div>
</div>





<div data-spy="affixssss" data-offset-top="155" style="background-color:#ffffff" class="hidden-xs hidden-sm">

<div class="top-line">
				<span></span>
				<span></span>
				<span></span>
				<span></span>
				<span></span>
				<span></span>
			</div>

    <div style="padding-top:20px;"></div>


    <div class="hidden-xs hidden-sm">

<div class="container">



                <div style="margin-top: 10px;"></div>
                <div class="row">

                    <div class="col-md-8">

                        <div style="margin-top: 10px;"></div>

                        <div class="row">
                            <div class="col-md-6">

                                <div style="margin-top: 5px;"></div>

                                <div style="font-weight:bold;font-size:22px;">
                                     <i class="fa fa-phone"></i>  052-2563035 איילת <br><i class="fa fa-phone"></i> 052-6500047 אייל 
                                </div>

                                <div style="position:relative; padding-top:30px;">
                                <div style="float: right; width: 25%; position: relative; text-align: left">
                                    <a href="basket.asp" class="topcart" style="">סל קניות <i class="fa fa-shopping-cart"></i><span rel="baloonqty" style="position: absolute; left: -10px; top: -15px;" class="baloonqty">0</span></a>
                                </div>
                                

                                    
                                <div style="float: right; width: 25%; text-align: left; margin-right:5px;">
                                    <a href="Reg.asp" class="toplogin">התחבר <i class="fa fa-user"></i></a>
                                    </div>
                                    

                                <div style="float: right; width: 40%; text-align: left; margin-right:5px;">
                                    <a href="orderslist.asp" class="toplogin">הזמנות קודמות <i class="fas fa-list-ul"></i></a>
                                    </div>


</div>
                                



                            </div>
                            <div class="col-md-6">
                                
                                <div style="padding-top:20px;">
                                <form name="searchFrm" method="get" action="ProductsList.asp" onsubmit="return SearchCheck(this);" role="form">
                                    <div style="position:relative">

                                        <input type="text" class="form-control ui-autocomplete-input" rel="autocompletesearch" placeholder="חפש באתר" name="WSearch" style="outline:none; box-shadow:none; border-radius: 0px; border-color: #909090;  border-width:1px;" autocomplete="off">
                                            
                                        <button style="border: 0px;  background-color: #ffffff; position:absolute; left:10px; top: 7px;" type="submit"><i class="fa fa-search fa-lg" style="color: #000000; "></i></button>

                                    </div>
                                </form>
				 <div style="width: 100%;text-align: center;margin-top:15px;">
                                    <a href="/infoPages.asp?InfoPageId=1" class="toplogin"> <i class="fas fa-info"></i> אודות אופיקס ציוד משרדי</a>
                                    <a href="http://www.digitalcatalog123.com/books/cbif/#p=1" class="toplogin" target="_blank" style="background-color:#01bbda"> <i class="fas fa-info"></i> קטלוג ריהוט משרדי</a>
                                    </div>
                                    </div>
                                

                            </div>



                        </div>



                    </div>
                    <div class="col-md-4">
                        <a href="/" title="ציוד משרדי">
                            <img border="0" src="images/sitelogo.png" alt="אופיקס ציוד משרדי" style="border: 0px; max-width:100%;"></a>
                    </div>

                </div>


            </div>

        <div style="padding-top:30px;"></div>
        <div style="height:1px; border-top:1px solid #eee"></div>

        <div style="width:100%; background-color:#f4f4f4">
        <div class="container">
        <style>

nav.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main ul.top {
  /*border-top: 1px #eee solid;*/
  /*border-bottom: 1px #eee solid;*/
  float: right;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
nav.main ul.top > li {
  display: flex;
  flex-direction: column;
  position: relative;
}
nav.main ul.top > li.hover .tray {
  display: block;
}
nav.main ul.top > li.hover:before {
  transform: scaleX(1);
}
nav.main ul.top > li.hover:after {
  opacity: 1;
}
nav.main ul.top > li > a {
  display: inline-block;
  padding: 0 8px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  font-size: 14px;
  color:#000000;
  font-weight:bold;
}
nav.main ul.top > li > a.hover {
color:#c7a86e;

}
nav.main ul.top > li > a:before {
    position: absolute;
    width: 1px;
    height: 10px;
    content: '|';
    left:0px;

}

nav.main ul.top > li > a.new:after  {
  content: 'חדש';
  position: absolute;
  font-size: 10px;
  font-family:Arial;
  top: 3px;
  left: 3px;
  background: orange;
  display: inline-block;
  line-height: 14px;
  height: 14px;
  padding: 0px 5px;
  border-radius: 20px;
  color:#000000;
}

nav.main ul.top > li:after {
  position: absolute;
  z-index: 501;
  top: auto;
  bottom: -6px;
  left: calc(43%);
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  background-color: rgba(249, 249, 249, 0.97);
}
nav.main .tray {
  align-self: center;
  display: none;
  position: absolute;
  z-index: 3;
  top: 50px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  border: 1px solid #ddd;
  background-color: rgba(244, 244, 244, 0.97);
  max-width: 1140px;
  overflow:hidden;
  /*width: 1140px;*/
}
nav.main .tray nav {
  display: flex;
}
nav.main .tray nav ul {
  border-left: 1px #eee solid;
  min-width: 142px;
  flex-basis: auto;
  flex-grow: 1;
}
nav.main .tray nav ul:last-child {
  border: none;
}
nav.main .tray a {
  display: inline-block;
  padding: 5px 15px;
}
nav.main .tray a:hover {
    color:#C7A86E;
}
nav.main .tray ul > li:first-child a {
  color: #C7A86E;
  font-weight:bold;
  font-size:14px;
}
nav.main a {
  text-decoration: none;
  color: #222222;
}

</style>


    <script>
$(function(){
    var timeout = 0;
    var delay = 500; //ms
    $("nav.main ul.top > li").hover(function(){
        var li = $(this);
        //timeout = setTimeout(() => { showMenu(li); }, delay);
        timeout = setTimeout(function (){ showMenu(li); }, delay);
    }, function(){
        clearTimeout(timeout);
        $(this).removeClass("hover");
        var tray =  $(this).find(".tray");
        tray.removeAttr("style");
    })

    function showMenu(li){
        clearTimeout(timeout);
        li.addClass("hover");
        var tray =  li.find(".tray");
        var container = li.closest(".container");
        var containerRightBound = container.offset().left + container.width();
        var trayRightBound = tray.offset().left + tray.width();
        var isOverflowLeft = tray.offset().left < container.offset().left;
        var isOverflowRight = trayRightBound > containerRightBound;
        var leftOffsetDiff = container.offset().left - tray.offset().left;
        var rightOffsetDiff = trayRightBound - containerRightBound;
        if(isOverflowRight)
            tray.css({transform:"translateX(-" + rightOffsetDiff + "px)"})
        else if(isOverflowLeft)
            tray.css({transform:"translateX(" + leftOffsetDiff + "px)"})
    }
})      
    </script>








<nav class="main"><ul class="top"><li><a href="#">למטבח מזון ואירוח</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=167">מוצרי מזון וכיבוד</a></li><li><a href="productslist.asp?catid=168">קפה</a></li><li><a href="productslist.asp?catid=169">תה</a></li><li><a href="productslist.asp?catid=170">ממתיקים ואבקות</a></li><li><a href="productslist.asp?catid=205">שתייה</a></li><li><a href="productslist.asp?catid=186">עוגות ועוגיות</a></li><li><a href="productslist.asp?catid=171">תיבול וטעם</a></li><li><a href="productslist.asp?catid=229">חטיפים וסוכריות</a></li></ul><ul><li><a href="productslist.asp?catid=97">כלים חד פעמיים</a></li><li><a href="productslist.asp?catid=165">סכו"ם חד / רב פעמי</a></li><li><a href="productslist.asp?catid=172">צלחות חד פעמיות</a></li><li><a href="productslist.asp?catid=193">כוסות</a></li><li><a href="productslist.asp?catid=235">אביזרים לאירוח ולמטבח</a></li></ul></nav></div></li><li><a href="#">חשמל,תקשורת,מובייל</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=99">סביבת המחשב,מולטימדיה</a></li><li><a href="productslist.asp?catid=227">ציוד למחשב</a></li><li><a href="productslist.asp?catid=184">נרתיקים וקופסאות לדיסקים</a></li><li><a href="productslist.asp?catid=149">זכרונות ניידים</a></li><li><a href="productslist.asp?catid=226">משטחים לעכבר ולמקלדת</a></li><li><a href="productslist.asp?catid=225">אביזרי ניקוי למחשב</a></li><li><a href="productslist.asp?catid=191">מוצרי צריבה והעתקה</a></li><li><a href="productslist.asp?catid=238">קלטות גיבוי</a></li><li><a href="productslist.asp?catid=228">כבלים ומפצלים למחשב</a></li><li><a href="productslist.asp?catid=242">עכברים ומקלדות</a></li><li><a href="productslist.asp?catid=264">מסכי מחשב</a></li></ul><ul><li><a href="productslist.asp?catid=241">מוצרי חשמל ומובייל</a></li><li><a href="productslist.asp?catid=190">מוצרי חשמל ביתיים</a></li><li><a href="productslist.asp?catid=203">כבלים ומפצלים לחשמל ולטלפון</a></li><li><a href="productslist.asp?catid=204">סוללות ומטענים+אביזרי סלולר</a></li><li><a href="productslist.asp?catid=230">טלפונים ופקסים</a></li><li><a href="productslist.asp?catid=239">מילון אוקספורד</a></li><li><a href="productslist.asp?catid=244">נורות/פנסים</a></li><li><a href="productslist.asp?catid=265">מוצרי מולטימדיה</a></li><li><a href="productslist.asp?catid=240">אוזניות</a></li></ul></nav></div></li><li><a href="#">מדפסות,טונרים,ראשי דיו,סורקים</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=237">מדפסות HP.אפסון</a></li></ul><ul><li><a href="productslist.asp?catid=77">ראשי דיו וטונרים</a></li><li><a href="productslist.asp?catid=198">ראשי דיו HP מקוריים</a></li><li><a href="productslist.asp?catid=199">ראשי דיו HP תואמים</a></li><li><a href="productslist.asp?catid=200">טונרים HP מקוריים</a></li><li><a href="productslist.asp?catid=201">טונרים HP תואמים</a></li><li><a href="productslist.asp?catid=210">ראשי דיו Canon מקוריים</a></li><li><a href="productslist.asp?catid=211">ראשי דיו Canon תואמים</a></li><li><a href="productslist.asp?catid=262">ראשי דיו Lexmark</a></li><li><a href="productslist.asp?catid=213">טונרים Canon תואמים</a></li><li><a href="productslist.asp?catid=212">טונרים Canon מקוריים</a></li><li><a href="productslist.asp?catid=214">ראשי דיו Brother מקוריים</a></li><li><a href="productslist.asp?catid=215">ראשי דיו Brother תואמים</a></li><li><a href="productslist.asp?catid=216">טונרים Brother מקוריים</a></li><li><a href="productslist.asp?catid=217">טונרים Brother תואמים</a></li><li><a href="productslist.asp?catid=218">טונרים Xerox מקוריים</a></li><li><a href="productslist.asp?catid=219">טונרים Xerox תואמים</a></li><li><a href="productslist.asp?catid=220">טונרים Samsung מקוריים</a></li><li><a href="productslist.asp?catid=221">טונרים Samsung תואמים</a></li><li><a href="productslist.asp?catid=222">טונרים Lexmark</a></li><li><a href="productslist.asp?catid=223">טונרים Panasonic</a></li></ul></nav></div></li><li><a href="#">מיכון משרדי ואביזרים</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=66">מיכון משרדי</a></li><li><a href="productslist.asp?catid=247">גליוטינות גלגלת / טרימרים</a></li><li><a href="productslist.asp?catid=248">גליוטינות סכין</a></li><li><a href="productslist.asp?catid=249">גליוטינות מקצועיות לדפוס</a></li><li><a href="productslist.asp?catid=250">מכשירי כריכה בחום</a></li><li><a href="productslist.asp?catid=224">מדפסות מדבקות וסרטים</a></li><li><a href="productslist.asp?catid=131">כורכי ספירל ואביזרים</a></li><li><a href="productslist.asp?catid=150">מכשירי למינציה ואביזרים</a></li></ul><ul><li><a href="productslist.asp?catid=261">מגרסות</a></li><li><a href="productslist.asp?catid=179">מגרסות אישיות</a></li><li><a href="productslist.asp?catid=182">מגרסות משרדיות</a></li><li><a href="productslist.asp?catid=183">מגרסות מחלקתיות</a></li><li><a href="productslist.asp?catid=245">מגרסות אגפיות</a></li><li><a href="productslist.asp?catid=181">אביזרים למגרסות</a></li></ul><ul><li><a href="productslist.asp?catid=122">כספות</a></li><li><a href="productslist.asp?catid=161">כספות ביטחון</a></li><li><a href="productslist.asp?catid=174">כספות חסינות אש</a></li><li><a href="productslist.asp?catid=177">כספות חסינות אש ומים</a></li><li><a href="productslist.asp?catid=185">קופות וארונות מפתחות</a></li></ul></nav></div></li><li><a href="#">ציוד משרדי</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=44">יומנים</a></li></ul><ul><li><a href="productslist.asp?catid=9">כלי כתיבה</a></li><li><a href="productslist.asp?catid=123">עטים</a></li><li><a href="productslist.asp?catid=125">מילויים לעטים</a></li><li><a href="productslist.asp?catid=132">עפרונות ועופרות</a></li><li><a href="productslist.asp?catid=144">צבעים וחומרים ליצירה</a></li><li><a href="productslist.asp?catid=146">טושים פרמננטים</a></li><li><a href="productslist.asp?catid=180">טושים מחיקים</a></li><li><a href="productslist.asp?catid=176">מדגישים</a></li></ul><ul><li><a href="productslist.asp?catid=63">מעמדי תצוגה</a></li><li><a href="productslist.asp?catid=148">לוחות מחיקים ונעיצה</a></li><li><a href="productslist.asp?catid=153">אביזרים ללוחות</a></li><li><a href="productslist.asp?catid=173">מעמדי תצוגה</a></li><li><a href="productslist.asp?catid=234">לוחות פליפ צ'ארט</a></li></ul><ul><li><a href="productslist.asp?catid=155">חותמות</a></li></ul><ul><li><a href="productslist.asp?catid=8">ציוד משרדי שוטף</a></li><li><a href="productslist.asp?catid=124">שדכנים ואקדחי סיכות</a></li><li><a href="productslist.asp?catid=195">חולצי סיכות</a></li><li><a href="productslist.asp?catid=145">סיכות חיבור</a></li><li><a href="productslist.asp?catid=152">מנקבים</a></li><li><a href="productslist.asp?catid=126">גומיות ומוצרי הידוק</a></li><li><a href="productslist.asp?catid=175">סרטי הדבקה ומתקנים</a></li><li><a href="productslist.asp?catid=127">דבקים</a></li><li><a href="productslist.asp?catid=147">מחקים ונוזלי מחיקה</a></li><li><a href="productslist.asp?catid=137">סרגלים ומוצרי סימון</a></li><li><a href="productslist.asp?catid=196">מספריים</a></li><li><a href="productslist.asp?catid=138">סכיני חיתוך ולהבים</a></li><li><a href="productslist.asp?catid=233">תגי שם ואביזרים</a></li><li><a href="productslist.asp?catid=194">מחדדים</a></li><li><a href="productslist.asp?catid=151">מעמדים ואביזרים לשולחן המשרד</a></li><li><a href="productslist.asp?catid=208">קלמרים</a></li></ul><ul><li><a href="productslist.asp?catid=72">אלבומי כרטיסים ואלפונים</a></li></ul><ul><li><a href="productslist.asp?catid=118">מכונות חישוב ומחשבונים</a></li></ul></nav></div></li><li><a href="#">תיוק ואיחסון</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=156">קלסרים ותיקי טבעות</a></li></ul><ul><li><a href="productslist.asp?catid=157">תיקים מקרטון ותיקי תלייה</a></li></ul><ul><li><a href="productslist.asp?catid=130">מוצרי תיוק מפוליפרופילן</a></li></ul><ul><li><a href="productslist.asp?catid=133">מגשים ומגירות למסמכים</a></li></ul><ul><li><a href="productslist.asp?catid=142">חוצצים, סדרנים והרמוניקות</a></li></ul><ul><li><a href="productslist.asp?catid=143">משולשי קטלוגים וקופסאות</a></li></ul><ul><li><a href="productslist.asp?catid=158">מנגנונים ומוצרי תיוק משלימים</a></li></ul></nav></div></li><li><a href="#">ריהוט משרדי</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=232">הדום לרגליים</a></li></ul><ul><li><a href="productslist.asp?catid=252">כורסאות לפינות ישיבה</a></li></ul><ul><li><a href="productslist.asp?catid=273">כסאות משרדיים</a></li><li><a href="productslist.asp?catid=267">כסאות למשרד  במבצע</a></li><li><a href="productslist.asp?catid=135">כסאות אורח והמתנה</a></li><li><a href="productslist.asp?catid=251">כסאות למחשב / סטודנט / מזכירה</a></li><li><a href="productslist.asp?catid=136">כסאות מנהלים </a></li><li><a href="productslist.asp?catid=257">כיסאות בר, מסעדה ואירועים</a></li></ul><ul><li><a href="productslist.asp?catid=258">ריהוט הייטק יוקרתי</a></li></ul><ul><li><a href="productslist.asp?catid=253">שולחנות</a></li></ul><ul><li><a href="productslist.asp?catid=254">מערכות מנהלים/דלפק קבלה</a></li></ul><ul><li><a href="productslist.asp?catid=255">ארונות וכונניות</a></li></ul><ul><li><a href="productslist.asp?catid=259">תיקיות ועגלות</a></li></ul><ul><li><a href="productslist.asp?catid=231">משטחי פרספקס לרצפה</a></li></ul></nav></div></li><li><a href="#">מוצרי נייר</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=163">ניירות צילום ושקפים</a></li></ul><ul><li><a href="productslist.asp?catid=139">פנקסים ומחברות</a></li></ul><ul><li><a href="productslist.asp?catid=140">בלוקים ודפדפות לכתיבה</a></li></ul><ul><li><a href="productslist.asp?catid=141">פנקסי טפסים לעסקים</a></li></ul><ul><li><a href="productslist.asp?catid=154">מדבקות</a></li></ul><ul><li><a href="productslist.asp?catid=159">ניירות לשרטוט</a></li></ul><ul><li><a href="productslist.asp?catid=160">פתקיות ודגלוני סימון</a></li></ul><ul><li><a href="productslist.asp?catid=162">גלילי נייר לפלוטרים ולקופות</a></li></ul><ul><li><a href="productslist.asp?catid=192">גליונות נייר ובריסטולים</a></li></ul><ul><li><a href="productslist.asp?catid=128">מעטפות</a></li></ul></nav></div></li><li><a href="#">חומרי ניקוי וטואלטיקה</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=166">פחים וסלי אשפה</a></li></ul><ul><li><a href="productslist.asp?catid=187">שקיות אשפה ואוכל</a></li></ul><ul><li><a href="productslist.asp?catid=188">אביזרי ניקוי</a></li></ul><ul><li><a href="productslist.asp?catid=189">סבון לכלים ולידיים</a></li></ul><ul><li><a href="productslist.asp?catid=206">חומרי ניקוי</a></li></ul><ul><li><a href="productslist.asp?catid=202">מתקני נייר וסבון</a></li></ul><ul><li><a href="productslist.asp?catid=207">נייר טואלט ומגבות נייר</a></li></ul><ul><li><a href="productslist.asp?catid=236">מטהרי אוויר</a></li></ul><ul><li><a href="productslist.asp?catid=243">ערכות עזרה ראשונה</a></li></ul></nav></div></li><li><a href="#">ציוד לאריזה</a><div class="tray"><nav><ul><li><a href="productslist.asp?catid=129">מוצרי ניילון לאריזה</a></li></ul><ul><li><a href="productslist.asp?catid=164">ניירות וקרטונים לאריזה</a></li></ul><ul><li><a href="productslist.asp?catid=197">מתקני אריזה</a></li></ul><ul><li><a href="productslist.asp?catid=209">אקדחי מחירים</a></li></ul></nav></div></li></ul></nav>
            </div>
            </div>

        <div style="height:1px; border-top:1px solid #eee" id="stickybottom"></div>
        </div>
</div>

    

        <!-- mobile -->
         <div class="hidden-md hidden-lg">



             <div data-spy="affixsss" data-offset-top="50">
    <div style="width:100%; padding:0px; border-bottom:1px solid #cccccc; height:40px;">
        <div style="float:right; width:20%; background-color:#000000;">
            <div id="baricon" style="padding:10px 5px; box-sizing:border-box; color:#ffffff"><i class="fa fa-bars fa-lg" style="color:#ffffff; padding-left:5px;"></i> תפריט </div>
        </div>
        <div style="float:right; width:35%; line-height:40px; padding-right:20px;">

                                    
<a href="reg.asp" style="padding-right:0px;">כניסה למערכת</a>
                                                


            
        </div>
        <div style="float:right; width:15%; background-color:#9AA3A5; line-height:40px; padding-right:5px; box-sizing:border-box; text-align:center">
            <a href="javascript:openNav();" style="color: #000000"><i class="fa fa-shopping-cart fa-lg" style="color: #000000"></i>(0)</a>
        </div>

        <div style="float:right; width:15%; background-color:#FDF100; line-height:40px; padding-right:5px; box-sizing:border-box; text-align:center">
        <a href="tel:03-6566222" style="font-size:14px;  color:#000000"><i class="fas fa-phone fa-lg"></i></a></div>

        <div style="float:right; width:15%; background-color:#74CFF8; line-height:40px; padding-right:5px; box-sizing:border-box; text-align:center">
        <a href="waze://?ll=32.01026850%2C34.74715920&amp;navigate=yes" style="font-size:14px;  color:#000000"><img src="images/waze.jpg"></a></div>
    </div>
                 

                 
        <div style="padding-top:20px;"></div>

                 <div id="hidewhenaffix">
        <div style="background-color:#ffffff; text-align:center; " id="mobillogo">
            <a href="/"><img alt="" src="images/sitelogo.png" style="border: 0px; max-height:50px;"></a>
        </div>
                     <div style="padding-top:20px;"></div>
                 </div>

                 

             


        <div style="margin-top:10px;"></div>
                 <div style="height:1px;" id="stickybottom2"></div>
                          
</div>

        

<style>
#slide-panel {
    width:300px;
    height:800px;
    padding:0px;
    background:#f5f5f5;        
    max-width: 300px;
    position:absolute;
    right:0px;
    top:0px;
    display:none;
    z-index:10000000;
}
</style>

<div id="slide-panel">
    

      <div class="list-group list-group-flush" style="width:100%;">

    <span id="closepanel" class="hidden-sm hidden-md hidden-lg" style="font-size:16px; position:absolute; left:10px; top:10px;"><i class="fa fa-times"></i> לחזרה לאתר </span>

  <div class="list-group list-group-flush" style="background-color:#dedede; font-size:16px; text-align:right; padding:10px 10px 10px 10px; box-sizing:border-box; margin-bottom:0px"><strong>תפריט</strong></div>



        <a href="/" class="list-group-item"><i class="fa fa-home fa-lg"></i> דף הבית </a>
        <a href="categories.asp" class="list-group-item list-group-item-action"><i class="fa fa-th-list fa-lg"></i> קטגוריות </a>       
        <a href="basket.asp" class="list-group-item"><i class="fa fa-shopping-cart  fa-lg"></i> עגלת קניות </a>        
        <a href="contactus.asp" class="list-group-item"><i class="fas fa-phone fa-lg"></i> צור קשר </a>
        <a href="reg.asp" class="list-group-item"><i class="fas fa-user  fa-lg"></i> כניסה/הרשמה </a>
        <a href="infopageslist.asp" class="list-group-item"><i class="fas fa-info  fa-lg"></i> מידע נוסף ומאמרים</a>
          <a href="http://www.digitalcatalog123.com/books/cbif/#p=1" class="list-group-item" target="_blank" style="background-color:#01bbda"> <i class="fas fa-info"></i> קטלוג ריהוט משרדי</a>
      </div>
    
</div>

<script>
    $(document).ready(function () {
        $('#baricon').on('click', function () {
            var panel = $('#slide-panel');
            panel.animate({ width: 'toggle' }, 300);
        });

        $(document).mouseup(function (e) {
            var panel = $('#slide-panel');
            if (!panel.is(e.target) && panel.has(e.target).length === 0) {
                panel.hide();
            }
        });

        $('#closepanel').on('click', function () {
            var panel = $('#slide-panel');
             panel.hide();
        });



    

    });
</script>
    
             </div>

<!-- end  mobile -->

        
    
    <div class="">
        <div style="padding-top:20px;"></div>
<script src="scripts/jssorslider/jssor.slider.mini.js"></script>

<script>

    jQuery(document).ready(function ($) {

        var _SlideshowTransitions = [
        //Fade
            {$Duration: 1200, $Opacity: 2 }
            , { $Duration: 600, $Delay: 80, $Cols: 10, $Opacity: 2 }
            , { $Duration: 1000, $Delay: 30, $Cols: 8, $Rows: 4, $Clip: 15, $Formation: $JssorSlideshowFormations$.$FormationStraightStairs, $Assembly: 2050, $Easing: $JssorEasing$.$EaseInQuad }
            , { $Duration: 500, $Delay: 30, $Cols: 8, $Rows: 4, $Clip: 15, $Formation: $JssorSlideshowFormations$.$FormationZigZag, $Assembly: 260, $Easing: $JssorEasing$.$EaseInQuad }
            , { $Duration: 1000, $Delay: 80, $Cols: 8, $Rows: 4, $Clip: 15, $SlideOut: true, $Easing: $JssorEasing$.$EaseOutQuad },
            , { $Duration: 1200, $Cols: 8, $Rows: 4, $Clip: 15, $During: { $Top: [0.5, 0.5], $Clip: [0, 0.5] }, $FlyDirection: 8, $Formation: $JssorSlideshowFormations$.$FormationStraight, $ChessMode: { $Column: 12 }, $ScaleClip: 0.5 }

            ];

        var options = {
            $AutoPlay: true,                                    //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
            $AutoPlaySteps: 1,                                  //[Optional] Steps to go for each navigation request (this options applys only when slideshow disabled), the default value is 1
            $AutoPlayInterval: 3000,                            //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
            $PauseOnHover: 1,                               //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, default value is 1

            $ArrowKeyNavigation: true,   			            //[Optional] Allows keyboard (arrow key) navigation or not, default value is false
            $SlideDuration: 500,                                //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
            $MinDragOffsetToSlide: 20,                          //[Optional] Minimum drag offset to trigger slide , default value is 20
            $SlideWidth: 1900,                                 //[Optional] Width of every slide in pixels, default value is width of 'slides' container
            //$SlideHeight: 300,                                //[Optional] Height of every slide in pixels, default value is height of 'slides' container
            $SlideSpacing: 0, 					                //[Optional] Space between each slide in pixels, default value is 0
            $DisplayPieces: 1,                                  //[Optional] Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1
            $ParkingPosition: 0,                                //[Optional] The offset position to park slide (this options applys only when slideshow disabled), default value is 0.
            $UISearchMode: 1,                                   //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc).
            $PlayOrientation: 1,                                //[Optional] Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1
            $DragOrientation: 1,                                //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)

            $SlideshowOptions: {                                //[Optional] Options to specify and enable slideshow or not
                $Class: $JssorSlideshowRunner$,                 //[Required] Class to create instance of slideshow
                $Transitions: _SlideshowTransitions,            //[Required] An array of slideshow transitions to play slideshow
                $TransitionsOrder: 1,                           //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random
                $ShowLink: true                                    //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false
            },

            $BulletNavigatorOptions: {                                //[Optional] Options to specify and enable navigator or not
                $Class: $JssorBulletNavigator$,                       //[Required] Class to create navigator instance
                $ChanceToShow: 1,                               //[Required] 0 Never, 1 Mouse Over, 2 Always
                $AutoCenter: 1,                                 //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
                $Steps: 1,                                      //[Optional] Steps to go for each navigation request, default value is 1
                $Lanes: 1,                                      //[Optional] Specify lanes to arrange items, default value is 1
                $SpacingX: 10,                                   //[Optional] Horizontal space between each item in pixel, default value is 0
                $SpacingY: 10,                                   //[Optional] Vertical space between each item in pixel, default value is 0
                $Orientation: 1                                 //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1
            },

            $ArrowNavigatorOptions: {
                $Class: $JssorArrowNavigator$,              //[Requried] Class to create arrow navigator instance
                $ChanceToShow: 1,                               //[Required] 0 Never, 1 Mouse Over, 2 Always
                $Steps: 1                                       //[Optional] Steps to go for each navigation request, default value is 1
            }
        };
        var jssor_slider1 = new $JssorSlider$("slider1_container", options);

        //responsive code begin
        //you can remove responsive code if you don't want the slider scales while window resizes
        function ScaleSlider() {
            var parentWidth = jssor_slider1.$Elmt.parentNode.clientWidth;
            if (parentWidth)
                jssor_slider1.$SetScaleWidth(Math.min(parentWidth, 1900));
            else
                window.setTimeout(ScaleSlider, 30);
        }

        ScaleSlider();

        if (!navigator.userAgent.match(/(iPhone|iPod|iPad|BlackBerry|IEMobile)/)) {
            $(window).bind('resize', ScaleSlider);
        }


        //if (navigator.userAgent.match(/(iPhone|iPod|iPad)/)) {
        //    $(window).bind("orientationchange", ScaleSlider);
        //}
        //responsive code end
    });
    </script>
    <!-- Jssor Slider Begin -->
    <!-- You can move inline styles to css file or css block. -->
    <div id="slider1_container" style="position: relative; top: 0px; left: 0px; width: 790px; height: 207.895px; overflow: hidden; margin: auto;" jssor-slider="true">

        <!-- Loading Screen -->
        

        <!-- Slides Container -->

        
            


          
                        


        

        <!-- Bullet Navigator Skin Begin -->
        
        <!-- bullet navigator container -->
        
        <!-- Bullet Navigator Skin End -->
        <!-- Arrow Navigator Skin Begin -->
        
        <!-- Arrow Left -->
        
        <!-- Arrow Right -->
        
        <!-- Arrow Navigator Skin End -->
        
    <div style="position: absolute; top: 0px; left: 0px; width: 1900px; height: 500px; transform-origin: 0px 0px; transform: scale(0.415789);"><div class="" style="position: relative; top: 0px; left: 0px; width: 1900px; height: 500px; overflow: visible; margin: auto; display: block;"><div u="loading" style="position: absolute; top: 0px; left: 0px; width: 1900px; height: 500px; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(scripts/jssorslider/img/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div><div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 1900px; height: 500px; overflow: hidden; z-index: 0;"><div style="position: absolute; z-index: 0; pointer-events: none; left: 0px; top: 0px; display: none;"></div></div><div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 1900px; height: 500px; overflow: hidden; z-index: 0;"><div style="width: 1900px; height: 500px; top: 0px; left: 0px; position: absolute; background-color: rgb(0, 0, 0); opacity: 0; display: none;"></div>


                
                                            <div style="width: 1900px; height: 500px; top: 0px; left: 0px; position: absolute; overflow: hidden;">                                                
                                                    <img alt="" id="slideimage0" src="ProductsImages/Banners/N235207.jpg" u="image" style="width: 1900px; height: 500px; top: 0px; left: 0px; position: absolute;" border="0">                                                
                                                    <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 1900px; height: 500px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(scripts/jssorslider/img/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>                                        
                                    
                                            <div style="width: 1900px; height: 500px; top: 0px; left: 1900px; position: absolute; overflow: hidden;">                                                
                                                    <img alt="" id="slideimage1" src="ProductsImages/Banners/G401070.jpg" u="image" style="width: 1900px; height: 500px; top: 0px; left: 0px; position: absolute;" border="0">                                                
                                                    <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 1900px; height: 500px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(scripts/jssorslider/img/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>                                        
                                    
                                            <div style="width: 1900px; height: 500px; top: 0px; left: -1900px; position: absolute; overflow: hidden;">                                                
                                                    <img alt="" id="slideimage2" src="ProductsImages/Banners/T884606.jpg" u="image" style="width: 1900px; height: 500px; top: 0px; left: 0px; position: absolute;" border="0">                                                
                                                    <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 1900px; height: 500px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(scripts/jssorslider/img/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>                                        
                                    
                                            <div style="width: 1900px; height: 500px; top: 0px; left: -1900px; position: absolute; overflow: hidden;">                                                
                                                    <img alt="" id="slideimage3" src="ProductsImages/Banners/D423073.jpg" u="image" style="width: 1900px; height: 500px; top: 0px; left: 0px; position: absolute;" border="0">                                                
                                                    <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 1900px; height: 500px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(scripts/jssorslider/img/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>                                        
                                    
        

                


            </div><style>
            /* jssor slider bullet navigator skin 05 css */
            /*
            .jssorb05 div           (normal)
            .jssorb05 div:hover     (normal mouseover)
            .jssorb05 .av           (active)
            .jssorb05 .av:hover     (active mouseover)
            .jssorb05 .dn           (mousedown)
            */
            .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                background: url(scripts/jssorslider/img/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

            .jssorb05 div {
                background-position: -7px -7px;
            }

                .jssorb05 div:hover, .jssorb05 .av:hover {
                    background-position: -37px -7px;
                }

            .jssorb05 .av {
                background-position: -67px -7px;
            }

            .jssorb05 .dn, .jssorb05 .dn:hover {
                background-position: -97px -7px;
            }
        </style><div u="navigator" class="jssorb05" style="position: absolute; bottom: 16px; right: 6px; width: 94px; height: 16px; left: 903px; display: none;">
            <!-- bullet navigator item prototype -->
            
        <div u="prototype" style="position: absolute; width: 16px; height: 16px; left: 0px; top: 0px;" class="av"></div><div u="prototype" style="position: absolute; width: 16px; height: 16px; left: 26px; top: 0px;"></div><div u="prototype" style="position: absolute; width: 16px; height: 16px; left: 52px; top: 0px;"></div><div u="prototype" style="position: absolute; width: 16px; height: 16px; left: 78px; top: 0px;"></div></div><style>
            /* jssor slider arrow navigator skin 12 css */
            /*
            .jssora12l              (normal)
            .jssora12r              (normal)
            .jssora12l:hover        (normal mouseover)
            .jssora12r:hover        (normal mouseover)
            .jssora12ldn            (mousedown)
            .jssora12rdn            (mousedown)
            */
            .jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(scripts/jssorslider/img/a12.png) no-repeat;
                overflow: hidden;
            }

            .jssora12l {
                background-position: -16px -37px;
            }

            .jssora12r {
                background-position: -75px -37px;
            }

            .jssora12l:hover {
                background-position: -136px -37px;
            }

            .jssora12r:hover {
                background-position: -195px -37px;
            }

            .jssora12ldn {
                background-position: -256px -37px;
            }

            .jssora12rdn {
                background-position: -315px -37px;
            }
        </style><span u="arrowleft" class="jssora12l" style="width: 30px; height: 46px; top: 170px; left: 0px; display: none;">
        </span><span u="arrowright" class="jssora12r" style="width: 30px; height: 46px; top: 170px; right: 0px; display: none;">
        </span></div></div></div>
    <!-- Jssor Slider End -->


        </div>
    

    <div class="alert alert-warning" style="text-align:center; margin-top:20px;">
להזמנה או לקבלת הצעת מחיר הוסף מוצרים לסל - השרות לעסקים וחברות בלבד!
לקוחות פרטיים המעוניינים באיסוף עצמי, נא לציין בהערות בדף ההזמנה!
    </div>






    <a name="maincontent" id="maincontent"></a>


<div class="container">





<style>
    .sirtonim iframe {width:100% !important; height:auto; min-height:250px; margin:30px 0px}
</style>
<div class="sirtonim">
<div class="row">
    <div class="col-md-4">
        <iframe width="560" height="315" src="https://www.youtube.com/embed/svpjH-XT_dM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
    </div>
    <div class="col-md-4">
        <iframe width="560" height="315" src="https://www.youtube.com/embed/OPn880rI_30" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
    </div>
    <div class="col-md-4">
        <iframe width="560" height="315" src="https://www.youtube.com/embed/yonG2N6QYyU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
    </div>
</div>
    </div>


<div class="row">
<div class="col-xs-12">

    <div class="productsgridcontainer">




        

<div class="productsgrid bootstraprtl">
                    <div class="row">

                    
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2061" title="">
                                    <span class="productcubepname">לא מצאת  באתר טונר/ראש דיו למדפסת שלך צור קשר ותקבל הצעת מחיר אונליין</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">אילת 052256035</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2061" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/P518212.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
								<span class="productcubeprice">לפרטים 03-6566222</span>
								                            
                            </div>



                                    <div id="prod_div_msg_2061" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2061" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2061);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2061">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=49" title="">
                                    <span class="productcubepname">עט דיו נוזלי Uniball UB -150/157</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=49" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/W490441.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪8.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(6.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_49" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_49" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(49);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=49">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=220" title="">
                                    <span class="productcubepname">קלסר עברית / אנגלית גב 5 Classic(מיוצר בקיבוץ עין השלושה)</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">תנו עדיפות לתוצרת ישראל</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=220" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/S454796.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪12.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(10.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_220" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_220" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(220);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=220">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=221" title="">
                                    <span class="productcubepname"> קלסר גב 8 מיוצר בקיבוץ עין השלושה)</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=221" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/C224084.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            
                                            <span style="text-decoration:line-through; font-size:18px;">10.5</span>&nbsp;&nbsp;
                                            <font style="font-size:12pt;">החל מ </font>₪12.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(11.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_221" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_221" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(221);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=221">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1082" title="">
                                    <span class="productcubepname">מחברת ספירל נושאים A4, כריכת פלסטיק</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1082" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/J315087.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪13.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(11.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1082" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1082" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1082);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1082">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=15" title="">
                                    <span class="productcubepname">עט פיילוט Pilot Hi-tecpoint  V-5 הישן והמבוקש</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=15" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/V700829.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪13.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(11.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_15" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_15" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(15);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=15">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=396" title="">
                                    <span class="productcubepname">עט פיילוט ראש סיכה עם לחצן RT 05/07</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=396" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Y228036.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪13.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(11.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_396" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_396" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(396);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=396">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=328" title="">
                                    <span class="productcubepname">טוש הדגשה לומינטור Stabilo</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=328" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/V715478.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪14.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(12.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_328" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_328" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(328);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=328">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1583" title="">
                                    <span class="productcubepname">בלוק ספירל 120 דף, 80 גרם אוקספורד</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1583" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Y7195.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪18.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(15.6</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1583" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1583" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1583);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1583">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=972" title="">
                                    <span class="productcubepname">נוזל רצפות טאצ' 4 ליטר</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=972" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/U107033.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            18.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(15.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_972" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_972" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(972);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=972">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2063" title="">
                                    <span class="productcubepname">מסגרת לתמונה גודל A4 </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">חזר למלאי </span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2063" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/T155251.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            18.7</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(16.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2063" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2063" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2063);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2063">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2013" title="">
                                    <span class="productcubepname">עוגיות בדלי במגוון טעמים 600 גרם </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2013" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/L226174.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪19.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(16.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2013" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2013" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2013);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2013">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=303" title="">
                                    <span class="productcubepname">קפה טורקי עלית 200 גרם</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=303" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/J997643.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            21.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(18.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_303" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_303" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(303);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=303">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=278" title="">
                                    <span class="productcubepname">סל אשפה רשת ממתכת</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">חזר למלאי</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=278" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/R328576.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            27.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(23.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_278" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_278" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(278);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=278">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=411" title="">
                                    <span class="productcubepname">סדרת התה הירוק</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=411" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/M841744.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪30.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(25.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_411" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_411" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(411);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=411">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1746" title="">
                                    <span class="productcubepname">חדש באופיקס-עוגיות לוטוס במארז 700 גרם</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1746" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/J415414.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            37.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(32.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1746" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1746" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1746);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1746">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=827" title="">
                                    <span class="productcubepname"> קפה נמס רגיל טייסטרס צ'ויס - 200 גרם, Nescafe</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=827" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/I719948.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            46.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(39.6</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_827" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_827" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(827);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=827">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1197" title="">
                                    <span class="productcubepname">48 עטים  כדורי לחצן גריפ</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">48 יחידות בחבילה</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1197" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okY797600.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪61.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(52.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1197" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1197" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1197);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1197">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1794" title="">
                                    <span class="productcubepname">Intenso Miscela D'oro -פולי קפה אינטנסו  1 ק"ג</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1794" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/G950204.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            86.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(74.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1794" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1794" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1794);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1794">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=936" title="">
                                    <span class="productcubepname">מגבות נייר צץ-רץ 4000 יח' בקרטון</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=936" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/S227700.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            88.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(75.6</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_936" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_936" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(936);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=936">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=266" title="">
                                    <span class="productcubepname">10 קלסרים משרדיים מקרטון</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=266" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okC324410.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪96.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(82.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_266" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_266" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(266);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=266">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=863" title="">
                                    <span class="productcubepname"> קרטון של 5 חבילות נייר צילום לבן 80 גרם A4</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=863" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/N861779.gif" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            118.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(101.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_863" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_863" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(863);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=863">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1751" title="">
                                    <span class="productcubepname">1000 כוסות מנייר לשתייה חמה מס 8  b</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">1 קרטון </span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1751" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okE622460.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            134.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(115.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1751" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1751" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1751);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1751">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2059" title="">
                                    <span class="productcubepname">3000 כוסות לשתיה קלה (1 קרטון) 30 שרוולים </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2059" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/X178704.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            156.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(134.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2059" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2059" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2059);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2059">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1107" title="">
                                    <span class="productcubepname">סט מקלדת ועכבר אלחוטיים Logitech MK270</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1107" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/H421029.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪191.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(164.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1107" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1107" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1107);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1107">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=301" title="">
                                    <span class="productcubepname">קפה טורקי עלית 600 מנות אישיות</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=301" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Q818795.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            643.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(550.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_301" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_301" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(301);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=301">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1338" title="">
                                    <span class="productcubepname">כסא אורטופדי עם ידיות מתכווננות דגם ורטיגו</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">מומלץ מאד</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1338" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/P266808.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪690.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(590.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1338" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1338" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1338);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1338">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=868" title="">
                                    <span class="productcubepname">מכונת חישוב Casio DR-120R דגם חדש ומתקדם</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">חזר למלאי</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=868" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/B913369.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            690.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(590.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_868" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_868" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(868);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=868">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1527" title="">
                                    <span class="productcubepname">עגלת 4 מגירות עם נעילה דגם 820</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1527" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/D629662.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪635.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(543.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1527" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1527" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1527);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1527">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1636" title="">
                                    <span class="productcubepname">כסא מחשב אורטופדי איכותי מאד! + כרית אויר דגם AIRFIX </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">מומלץ ביותר</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1636" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Z961114.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            
                                            <span style="text-decoration:line-through; font-size:18px;">1,404.0</span>&nbsp;&nbsp;
                                            966.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(825.8</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1636" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1636" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1636);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1636">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1664" title="">
                                    <span class="productcubepname">מדפסת לייזר שחור משולבת זירוקס 3025W</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1664" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/K400292.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            
                                            <span style="text-decoration:line-through; font-size:18px;">1,228.5</span>&nbsp;&nbsp;
                                            1,158.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(990.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1664" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1664" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1664);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1664">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1799" title="">
                                    <span class="productcubepname">**מבצע   10 ארגזים נייר צילום A4  מחיר מיוחד לעסקים</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1799" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/F350075.gif" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            
                                            <span style="text-decoration:line-through; font-size:18px;">1,257.8</span>&nbsp;&nbsp;
                                            1,158.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(990.1</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1799" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1799" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1799);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1799">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1283" title="">
                                    <span class="productcubepname">כיסא מנהל גבוה ריפוד PU דגם אקסנט</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1283" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Y809319.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            1,430.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(1,222.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1283" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1283" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1283);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1283">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1934" title="">
                                    <span class="productcubepname">כסא מנהלים גב רשת גבוה דגם דורין</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1934" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/V568749.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪1,433.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(1,225.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1934" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1934" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1934);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1934">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1703" title="">
                                    <span class="productcubepname">מגרסה פתיתים משרדית  Eclipse OM-16XC</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">חזר למלאי</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1703" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/K465142.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            1,544.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(1,320.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1703" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1703" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1703);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1703">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1554" title="">
                                    <span class="productcubepname">שולחן מנהל דגם איילת </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1554" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/N944604.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪2,281.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(1,950.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1554" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1554" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1554);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1554">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=135" title="">
                                    <span class="productcubepname">טוש ראש עגול (70) פילוט </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=135" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/C878213.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪4.0</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(3.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_135" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_135" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(135);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=135">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=99" title="">
                                    <span class="productcubepname">חוצצים  מנילה מדורגים</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=99" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okT62844.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪4.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(4.1</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_99" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_99" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(99);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=99">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=327" title="">
                                    <span class="productcubepname">100 כפיות חד פעמיות </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=327" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/G762780.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            6.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(5.6</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_327" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_327" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(327);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=327">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=12" title="">
                                    <span class="productcubepname">עט כדורי לחצן פיילוט Super Grip SGP</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=12" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okW120263.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪6.7</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(5.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_12" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_12" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(12);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=12">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=754" title="">
                                    <span class="productcubepname">תיקי טבעות עם ציפוי פלסטיק צבעוני</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=754" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Q312737.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪7.7</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(6.6</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_754" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_754" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(754);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=754">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=160" title="">
                                    <span class="productcubepname">טוש ראש עגול Artline 70</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=160" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/C937997.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪8.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(6.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_160" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_160" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(160);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=160">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=161" title="">
                                    <span class="productcubepname">טוש ראש שטוח Artline 90</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=161" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/F643685.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪8.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(6.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_161" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_161" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(161);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=161">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2055" title="">
                                    <span class="productcubepname"> כפיות שקופות קשיחות 1/50</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2055" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/I272881.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            9.3</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(7.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2055" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2055" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2055);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2055">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=214" title="">
                                    <span class="productcubepname">טוש עבה, ראש שטוח Lineplus(טוש בומבה)</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=214" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/T510308.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪9.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(8.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_214" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_214" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(214);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=214">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=808" title="">
                                    <span class="productcubepname"> מזלג חד פעמי, קשיח איכותי 1/50</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=808" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Y505730.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            12.0</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(10.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_808" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_808" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(808);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=808">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=815" title="">
                                    <span class="productcubepname">50 צלחות פלסטיק לבנות גדולות</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=815" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/S23568.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            14.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(12.3</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_815" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_815" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(815);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=815">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1568" title="">
                                    <span class="productcubepname">50 ניילון פס לבן עבה במיוחד , שמרדפים</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">עובי 45 מיקרון</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1568" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/K178185.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            15.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(12.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1568" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1568" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1568);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1568">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1054" title="">
                                    <span class="productcubepname">זוג סבון אסלה לתלייה מג'יק</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1054" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/U667489.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            15.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(13.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1054" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1054" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1054);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1054">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=76" title="">
                                    <span class="productcubepname">שדכן Kangro HS-45-P - עד 20 דף</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=76" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/M416451.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            17.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(14.6</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_76" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_76" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(76);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=76">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=205" title="">
                                    <span class="productcubepname">מנקב ל-25 דף, Kangro DP-600</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=205" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okO839059.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            17.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(14.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_205" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_205" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(205);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=205">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2056" title="">
                                    <span class="productcubepname">100 יחידות פלסטר סטרילי בד כותנה</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2056" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/N691140.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            19.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(16.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2056" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2056" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2056);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2056">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1988" title="">
                                    <span class="productcubepname">לוח מהנדס מעץ </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1988" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/E195901.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            19.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(16.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1988" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1988" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1988);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1988">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=173" title="">
                                    <span class="productcubepname">מעמד רשת ממתכת לממו, עטים וסיכות</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=173" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/C858971.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪20.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(17.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_173" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_173" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(173);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=173">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=412" title="">
                                    <span class="productcubepname">תה שחור ארל גריי, ויסוצקי</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=412" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/I806969.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪19.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(16.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_412" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_412" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(412);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=412">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=822" title="">
                                    <span class="productcubepname">טחינה בארכה 100% שומשום  500 גרם</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=822" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/L472985.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            26.0</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(22.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_822" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_822" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(822);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=822">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=521" title="">
                                    <span class="productcubepname">50 יח' ניילון פס שחור עבה  75 מיקרון</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=521" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/B542397.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            26.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(22.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_521" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_521" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(521);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=521">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1998" title="">
                                    <span class="productcubepname">שלישיית סבון נוזלי נובו לידיים</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1998" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Q957284.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            27.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(23.8</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1998" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1998" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1998);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1998">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2060" title="">
                                    <span class="productcubepname">ניילון פס לבן 100 מיקרון עבה מאד 1/50</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">100 מיקרון עבה במיוחד</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2060" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/P254296.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            28.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(24.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2060" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2060" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2060);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2060">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1059" title="">
                                    <span class="productcubepname">פחית מילוי למטהר חשמלי</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">הגיע בריח קריד אוונטוס</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1059" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/H122826.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪25.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(22.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1059" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1059" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1059);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1059">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=218" title="">
                                    <span class="productcubepname">זוג משולש לקטלוגים מקרטון צבעוני</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">נמכר בזוגות בלבד</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=218" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/K439171.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪31.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(27.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_218" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_218" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(218);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=218">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=153" title="">
                                    <span class="productcubepname">זכרון נייד סאן דיסק</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"> </span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=153" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/Q483849.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪28.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(24.3</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_153" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_153" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(153);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=153">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=141" title="">
                                    <span class="productcubepname">סרט מחיקה TIPP-EX מגיע במארז 3 יחידות</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=141" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/K988702.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            34.7</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(29.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_141" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_141" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(141);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=141">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1997" title="">
                                    <span class="productcubepname">סט 8 מדגישים מבית טריפל</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1997" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/U922616.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            37.4</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(32.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1997" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1997" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1997);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1997">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=912" title="">
                                    <span class="productcubepname">קרם קרקר אוסם - 1 ק"ג</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=912" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/W569070.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            39.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(33.4</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_912" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_912" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(912);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=912">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=235" title="">
                                    <span class="productcubepname">פתקיות ממו 76X76 מ"מ דביקות 3M 654</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=235" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/R461999.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪43.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(37.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_235" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_235" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(235);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=235">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1075" title="">
                                    <span class="productcubepname">32 גלילי נייר טואלט טאץ דו שכבתי </span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1075" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/V922539.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            43.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(37.3</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1075" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1075" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1075);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1075">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=189" title="">
                                    <span class="productcubepname">חותמת 1 שורה פרינטי Trodat 4911</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">מכשיר+שורה אחת</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=189" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/P934319.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            43.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(37.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_189" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_189" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(189);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=189">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=551" title="">
                                    <span class="productcubepname">מחשבון שולחני ענק ‎CUENTA CN-422T / 120T/DM1200.‎</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">חזר למלאי</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=551" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/J389046.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            
                                            <span style="text-decoration:line-through; font-size:18px;">69.0</span>&nbsp;&nbsp;
                                            44.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(37.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_551" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_551" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(551);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=551">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2040" title="">
                                    <span class="productcubepname">כפפות ניטריל כחולות  100 יחידות בקופסא</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">חזר למלאי </span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2040" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/X96352.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪46.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(39.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_2040" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_2040" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(2040);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=2040">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1733" title="">
                                    <span class="productcubepname">דלי מגבונים  לחיטוי 1/400  99.9% מהחיידקים</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1733" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/V208626.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            47.7</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(40.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1733" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1733" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1733);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1733">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1074" title="">
                                    <span class="productcubepname">6 גלילי מגבות נייר טבעי, דגם  424 PRO</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1074" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/D701638.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            49.1</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(42.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1074" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1074" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1074);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1074">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=40" title="">
                                    <span class="productcubepname">12 עט ראש סיכה 0.5/ 0.7 מ"מ, קוברה</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">דמוי פילוט</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=40" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okO184136.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪50.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(43.2</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_40" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_40" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(40);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=40">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=821" title="">
                                    <span class="productcubepname">קפה שחור מוסדי, 1 ק"ג, עלית</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=821" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/J112221.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            53.8</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(46.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_821" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_821" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(821);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=821">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=246" title="">
                                    <span class="productcubepname">מעמד פתקיות ממו צץ-רץ 3M PRO-330</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">תמונה להמחשה בלבד</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=246" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/R687829.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            54.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(46.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_246" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_246" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(246);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=246">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1027" title="">
                                    <span class="productcubepname">סט 3 מגשים מפלסטיק</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1027" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/J987588.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            54.6</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(46.7</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_1027" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_1027" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(1027);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=1027">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=152" title="">
                                    <span class="productcubepname">לוחות מחיקים מגנטיים עם מסגרת אלומיניום</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=152" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/L194421.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪56.0</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(47.9</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_152" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_152" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(152);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=152">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=321" title="">
                                    <span class="productcubepname"> 10 תיקי קרטון 40 חוץ</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel">גב-2.5 / 5 / 8</span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=321" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/R178841.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪67.9</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(58.0</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_321" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_321" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(321);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=321">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=514" title="">
                                    <span class="productcubepname">25 תיק מנילה, פוליו, עם ובלי ברזל תיוק</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=514" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/okQ21660.jpg" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            <font style="font-size:12pt;">החל מ </font>₪75.2</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(64.3</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_514" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_514" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(514);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=514">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
                            <div class="col-xs-6 col-sm-6 col-md-3">
                            
                            <div class="productcontainer">

                            


							<div style="height:80px; overflow:hidden;" class="divproductcubepname">                                    
                            <div>
                                <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=979" title="">
                                    <span class="productcubepname">גליל  מגבות נייר תעשייתי בגליל 431/קרפ טבעי 1173</span>
                                    </a>

                            </div>
                                                                <div>
                            <span class="productcubepmodel"></span>
                                    </div>

                            </div>


                            <div style="text-align:center;" class="productcube-img">
                            <a href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=979" title="">
                            <img border="0" src="https://www.offixltd.co.il/ProductsImages/s250/M712121.png" style="border:0px; margin:auto;" alt="">
                            </a>
                            </div>





                            <div style="height:70px; padding-top:10px;">
								
										<div><span class="productcubeprice">
                                            75.5</span>
                                            <span style="font-size:12px"> ₪</span></div>
										<div><span class="PriceBeforeVat">(64.5</span><span style="font-size:10px"> ₪ לפני מע"מ)</span></div>
								                            
                            </div>



                                    <div id="prod_div_msg_979" style="display:none; background-color:#000000; padding:5px; color:white; opacity:0.7; position:absolute; left:0px; bottom:100px; width:100%;">
                                        <span style="font-size:14px; font-weight:bold">המוצר התווסף בהצלחה לסל</span>
                                    </div>

                                <table style="width:100%">
                                    <tbody><tr>
                                        <td style="padding-left:20px;">
                                        <div style="text-align:center">
                                        <div id="prod_div_979" style="">
                                            <input class="btn sitebtn2" style="width:100%" type="button" value="הוסף לסל" name="B1" onclick="DisplayBasketFrame(979);">
                                        </div>
                                            </div>
                                        </td>
                                        <td>
                                            <a class="btn sitebtn" style="width:100%" href="https://www.offixltd.co.il/ProductInfo.asp?ProdId=979">לפרטים נוספים</a>
                                        </td>
                                    </tr>
                                </tbody></table>

		
			
		
                            </div>


                            </div>


							
</div>
    </div>
						<!-- -------------------------------------------------  דפדוף   --------------->
						
						<br>		
						<div align="center">

<nav aria-label="Page navigation example">
  <ul class="pagination">
      
      								
    <li class="page-item active">
      <a class="page-link" href="#">1 <span class="sr-only">(current)</span></a>
    </li>

      
<li class="page-item"><a class="page-link" href="index.asp?cpage=2">2</a></li>
      
    <li class="page-item">
      <a class="page-link" href="index.asp?cpage=2" aria-label="Next">
        <span aria-hidden="true">«</span>
        <span class="sr-only">Next</span>
      </a>
    </li>

      
  </ul>
</nav>

						</div>
						
						<!-- -------------------------------------------------  דפדוף סוף  --------------->
						  

    </div>
    </div>
</div>

<div style="border:1px solid #808080; padding:10px 0px; box-sizing:border-box; margin-top:30px; margin-bottom:30px;">
<script src="scripts/jssorslider/jssor.slider.mini.js"></script>

<style>
    .mfrimage img {border:1px solid #cccccc}
</style>

    <script>
        jQuery(document).ready(function ($) {
            var options = {
                $AutoPlay: true,                                    //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
                $AutoPlaySteps: 1,                                  //[Optional] Steps to go for each navigation request (this options applys only when slideshow disabled), the default value is 1
                $AutoPlayInterval: 0,                            //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
                $PauseOnHover: 1,                               //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, default value is 1

                $ArrowKeyNavigation: true,   			            //[Optional] Allows keyboard (arrow key) navigation or not, default value is false
                $SlideEasing: $JssorEasing$.$EaseOutQuad,          //[Optional] Specifies easing for right to left animation, default value is $JssorEasing$.$EaseOutQuad
                $SlideDuration: 3000,                                //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
                $MinDragOffsetToSlide: 20,                          //[Optional] Minimum drag offset to trigger slide , default value is 20
                $SlideWidth: 105,                                   //[Optional] Width of every slide in pixels, default value is width of 'slides' container
                //$SlideHeight: 100,                                //[Optional] Height of every slide in pixels, default value is height of 'slides' container
                $SlideSpacing: 10, 					                //[Optional] Space between each slide in pixels, default value is 0
                $DisplayPieces: 10,                                  //[Optional] Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1
                $ParkingPosition: 0,                              //[Optional] The offset position to park slide (this options applys only when slideshow disabled), default value is 0.
                $UISearchMode: 1,                                   //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc).
                $PlayOrientation: 1,                                //[Optional] Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1
                $DragOrientation: 1                                //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
            };

            var jssor_slider1 = new $JssorSlider$("mfrimages_container", options);

            //responsive code begin
            //you can remove responsive code if you don't want the slider scales while window resizes
            function ScaleSlider() {
                var bodyWidth = document.body.clientWidth - 30;
                if (bodyWidth)
                    jssor_slider1.$SetScaleWidth(Math.min(bodyWidth, 1110));
                else
                    window.setTimeout(ScaleSlider, 30);
            }

            ScaleSlider();

            if (!navigator.userAgent.match(/(iPhone|iPod|iPad|BlackBerry|IEMobile)/)) {
                $(window).bind('resize', ScaleSlider);
            }


            //if (navigator.userAgent.match(/(iPhone|iPod|iPad)/)) {
            //    $(window).bind("orientationchange", ScaleSlider);
            //}
            //responsive code end
        });
    </script>
    <!-- Jssor Slider Begin -->
    <!-- You can move inline styles to css file or css block. -->
    <div id="mfrimages_container" style="position: relative; top: 0px; left: 0px; width: 760px; height: 26.6667px; overflow: hidden; margin: auto;" jssor-slider="true">

        <!-- Loading Screen -->
        

        <!-- Slides Container -->
        



               
    <div style="position: absolute; top: 0px; left: 0px; width: 1140px; height: 40px; transform-origin: 0px 0px; transform: scale(0.666667);"><div class="" style="position: relative; top: 0px; left: 0px; width: 1140px; height: 40px; overflow: visible; margin: auto; display: block;"><div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div><div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 1140px; height: 40px; overflow: hidden; z-index: 0;"><div style="position: absolute; z-index: 0; pointer-events: none; left: -35px; top: 0px;"></div></div><div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 1140px; height: 40px; overflow: hidden; z-index: 0;"><div style="width: 105px; height: 40px; top: 0px; left: 0px; position: absolute; background-color: rgb(0, 0, 0); opacity: 0;"></div>
        
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -35px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=123"><img src="/ProductsImages/MfrImages/155286.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 80px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=237"><img src="/ProductsImages/MfrImages/204480.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 195px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/categories.asp?CatId=8"><img src="/ProductsImages/MfrImages/505399.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 310px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=245"><img src="/ProductsImages/MfrImages/332502.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 425px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/categories.asp?CatId=99"><img src="/ProductsImages/MfrImages/579694.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 540px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=168"><img src="/ProductsImages/MfrImages/880918.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 655px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=169"><img src="/ProductsImages/MfrImages/154264.PNG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 770px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/categories.asp?CatId=90"><img src="/ProductsImages/MfrImages/823682.PNG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 885px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=118"><img src="/ProductsImages/MfrImages/748059.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 1000px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=160"><img src="/ProductsImages/MfrImages/856214.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: 1115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=186"><img src="/ProductsImages/MfrImages/46003.PNG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/categories.asp?CatId=8"><img src="/ProductsImages/MfrImages/213575.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/ProductInfo.asp?ProdId=1587"><img src="/ProductsImages/MfrImages/171766.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/ProductsList.asp?CatId=90"><img src="/ProductsImages/MfrImages/396451.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=150"><img src="/ProductsImages/MfrImages/595243.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=207"><img src="/ProductsImages/MfrImages/378431.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=132"><img src="/ProductsImages/MfrImages/607312.PNG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=191"><img src="/ProductsImages/MfrImages/462415.JPG"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
						<a href="http://www.offixltd.co.il/productslist.asp?catid=205"><img src="/ProductsImages/MfrImages/641767.GIF"></a>
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
            <div class="mfrimage" style="width: 105px; height: 40px; top: 0px; left: -115px; position: absolute; overflow: hidden;">
				
					<img src="/ProductsImages/MfrImages/330838.PNG">
						

            <div u="loading" style="position: absolute; top: 0px; left: 0px; width: 105px; height: 40px; z-index: 1000; display: none;">
            <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
                background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
            <div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;">
            </div>
        </div></div>
            
</div></div></div></div>
    <!-- Jssor Slider End -->

</div>

<br>


</div> <!-- container -->




<div style="background-color:#F7F7F7; padding:10px; margin-top:40px;">

    <div class="container">
<div class="row">
<div style="padding:10px;">

<div class="col-md-3">
<div class="footertitles" style="padding-top:0px; margin:0px">ציוד משרדי</div>
<div style="padding:0px 0px 20px 0px">
    <div>
אופיקס ציוד משרדי, טל. <strong><span style="font-size:16px;">03-6566222</span></strong>
        <br>
מראשיתה הוקמה חברת אופיקס בשנת 2005 בכדי לענות על הצרכים הגוברים בשוק לאספקת הנדרש 
למשרד המודרני על ידי ספק אחד.

הצורך במקור במידע מקצועי, אמין ובלתי תלוי, גובר בתחום הציוד המשרדי. 

באופיקס, נעשה את כל עבודת ההכנה עבורך, נאתר מוצרים חדשים בשוק, נעמוד את אמינותם
ומידת התאמתם לעסק שלך .
        </div>
    <div style="padding:15px 0px">
         <i class="fas fa-lock" style="font-size:28px; font-weight:bold"></i> <span style="font-size:20px; font-weight:bold">אתר מאובטח</span>
    </div>
</div>
</div>

<div class="col-md-3">
<div class="footertitles">אופיקס ציוד משרדי בע"מ</div>



<style>
.footercontacts span , .footercontacts a {color:#737573; font-size:14px;}
</style>




        <div style="margin-bottom:10px;">
        <span class="footercontacts">אופיקס ציוד משרדי</span>                        
        </div>


        <div style="margin-bottom:10px;">
        <span class="footercontacts">03-6566222</span>
        </div>

        <div>
        <span class="footercontacts">[email protected]</span>
        </div>


        <div style="margin-top:10px;">
            <a id="footerfacebook" href="https://www.facebook.com/pages/%D7%90%D7%95%D7%A4%D7%99%D7%A7%D7%A1/270873871779">
        <span class="fa-stack fa-lg">
          <i class="fa fa-circle fa-stack-2x" style="color:#363598"></i>
          <i class="fab fa-facebook-f fa-stack-1x" style="color:#ffffff"></i>
        </span>
        </a>
        </div>

        

        
                



</div>


<div class="col-md-3">

<div class="footertitles">מידע וקישורים</div>

<a href="productslist.asp?insale=1" class="FooterLinks">ציוד משרדי במבצע</a>
<a href="orderslist.asp" class="FooterLinks">הזמנות קודמות</a>
<a href="contactus.asp" class="FooterLinks">צור קשר</a>

    <a href="infoPages.asp?InfoPageId=20" class="FooterLinks">ציוד משרדי- מה ניתן להזמין ? </a>

    <a href="infoPages.asp?InfoPageId=18" class="FooterLinks">ציוד משרדי תל אביב</a>

    <a href="infoPages.asp?InfoPageId=21" class="FooterLinks">כתבה ערוץ רשת 13</a>

    <a href="infoPages.asp?InfoPageId=1" class="FooterLinks">אודות אופיקס | ציוד משרדי</a>

    <a href="infoPages.asp?InfoPageId=2" class="FooterLinks">איזורי חלוקה</a>

    <a href="infoPages.asp?InfoPageId=3" class="FooterLinks">טפסים להורדה</a>

    <a href="infoPages.asp?InfoPageId=8" class="FooterLinks">חסכון בציוד משרדי</a>

    <a href="infoPages.asp?InfoPageId=5" class="FooterLinks">עולם של ציוד משרדי</a>

    <a href="infoPages.asp?InfoPageId=4" class="FooterLinks">תקנון</a>

    <a href="infoPages.asp?InfoPageId=6" class="FooterLinks">התאמת מגרסה משרדית</a>

    <a href="infoPages.asp?InfoPageId=7" class="FooterLinks">ישיבה בריאה ואורטופדית</a>

    <a href="infoPages.asp?InfoPageId=9" class="FooterLinks">ציוד משרדי למשרד עורכי דין</a>

    <a href="infoPages.asp?InfoPageId=10" class="FooterLinks">ציוד משרדי למשרד רואי חשבון</a>

    <a href="infoPages.asp?InfoPageId=11" class="FooterLinks">כל מפעל צריך ציוד משרדי</a>

    <a href="infoPages.asp?InfoPageId=12" class="FooterLinks">ציוד משרדי למשרדי אדריכלים</a>

    <a href="infoPages.asp?InfoPageId=13" class="FooterLinks">ציוד משרדי נחוץ לחברת הייטק</a>

    <a href="infoPages.asp?InfoPageId=14" class="FooterLinks">ציוד משרדי בפקס או באינטרנט</a>

    <a href="infoPages.asp?InfoPageId=15" class="FooterLinks">בחירת ספק ציוד משרדי</a>

    <a href="infoPages.asp?InfoPageId=16" class="FooterLinks">ציוד משרדי איכותי</a>

    <a href="infoPages.asp?InfoPageId=17" class="FooterLinks">ציוד משרדי - בהזמנה מיוחדת </a>








</div>

    <div class="col-md-3">
        <div class="footertitles">קטגוריות מובילות</div>
        <ul style="list-style:none; padding:0px; margin:0px">
        
        <li><a href="productslist.asp?catid=272" style="font-weight:bold">למטבח מזון ואירוח</a></li>
        
        <li><a href="productslist.asp?catid=271" style="font-weight:bold">חשמל,תקשורת,מובייל</a></li>
        
        <li><a href="productslist.asp?catid=270" style="font-weight:bold">מדפסות,טונרים,ראשי דיו,סורקים</a></li>
        
        <li><a href="productslist.asp?catid=269" style="font-weight:bold">מיכון משרדי ואביזרים</a></li>
        
        <li><a href="productslist.asp?catid=268" style="font-weight:bold">ציוד משרדי</a></li>
        
        <li><a href="productslist.asp?catid=23" style="font-weight:bold">תיוק ואיחסון</a></li>
        
        <li><a href="productslist.asp?catid=134" style="font-weight:bold">ריהוט משרדי</a></li>
        
        <li><a href="productslist.asp?catid=15" style="font-weight:bold">מוצרי נייר</a></li>
        
        <li><a href="productslist.asp?catid=90" style="font-weight:bold">חומרי ניקוי וטואלטיקה</a></li>
        
        <li><a href="productslist.asp?catid=52" style="font-weight:bold">ציוד לאריזה</a></li>
        
            </ul>
    </div>

</div>
</div>






        </div>
</div>

<div style="text-align:center; margin:20px 0px">
    <a href="https://www.logate.co.il" target="_blank">נבנה ע"י לוגייט טכנולוגיות</a>
</div>
















<script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-18246277-1']);
    _gaq.push(['_trackPageview']);

    (function () {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

</script>



<script>
    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
            (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date(); a = s.createElement(o),
  m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

    ga('create', 'UA-46702885-1', 'offixltd.co.il');
    ga('send', 'pageview');

</script>





<script type="text/javascript">
        //Check to see if the window is top if not then display button
        $(window).scroll(function () {           
            if ($(this).scrollTop() > 400) {
                $('#scrollToTop').fadeIn();
            } else {
                $('#scrollToTop').fadeOut();
            }
        });
        //Click event to scroll to top
        $('#scrollToTop').click(function () {
            $('html, body').animate({ scrollTop: 0 }, 800);
            return false;
        });

</script>


<script type="text/javascript" id="" charset="">var search_params=window.location.search,customer_id="NjkzND80NDEvOQ\x3d\x3d";</script>
<script id="" text="" charset="" type="text/javascript" src="//clk.anticlickfraudsystem.com/click.js"></script><!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2414628052171851'); 
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" 
src="https://www.facebook.com/tr?id=2414628052171851&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code --><iframe height="0" width="0" style="display: none; visibility: hidden;"></iframe>


<ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul><div role="status" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div></body></html>