﻿var ProductImagePath = '<%= ProductImagePath %>';

$(document).ready(function(){ 
    $('.prodThumb').quickview();
    
    //08-06-09 avc >> rating images
    /*
    $('.deptitem').each(function() {
        var pos = $(this).position();
        var style = 'cursor:pointer;position:absolute;top:'+(pos.top+2)+'px;left:'+(pos.left+120)+'px;';            
        
        if($('.rating', this).length != 0) {
            $('.rating', this).show().attr('style', style);
        }
    });  
    */
});