//'+ '
| '+ ' | '+
'' + obj.name + ': '+ obj.description + ' | '+ '
";
container.innerHTML = str_image;
document.getElementById("widget_item_name").innerHTML = "Lil` Angel Gifts";
document.getElementById("items_list").innerHTML = "\"Instruction Manual for Babies\", was developed in 2000 by a very tired mom of a newborn, during the wee hours of the morning. It was originally designed for her personal use, but it soon became a h...";
}
function thumbHighlight(idx){
if(Items.length <= itemsToShow) {
i = 0;
to = Items.length;
} else {
i = currentItem;
to = currentItem + itemsToShow;
}
for (i;i<=to;i++){
obj = Items[i]
if ( document.getElementById("wg_thumb" + i) ){
document.getElementById("wg_thumb" + i).className = "wg_thumb";
}
}
document.getElementById("wg_thumb" + idx).className = "wg_thumb_high";
}
function scrollNext(){
if(Items.length > itemsToShow-1){
if( !(currentItem == Items.length) ){
currentItem++;
}
widgetDrawItems();
widgetShowItem(currentItem);
}
}
function scrollPrev(){
if(Items.length > itemsToShow-1){
if(--currentItem < 0)
currentItem = 0;
widgetDrawItems();
widgetShowItem(currentItem);
}
}
function widgetDrawHtml(){
strOut = '![]() | ' +
'Lil` Angel Gifts | ' + 'Profile | ' + 'Feedback | ' + '