function logs(vieta, x, y){
  if (y>500) y = 500;
  ref = window.open(vieta, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width="+(x+40)+",height="+(y+40)+",resizable=1");
}

function openimage(imageurl){
  ref = window.open(imageurl, "","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width=100,height=100,resizable=1");
}

function sendmail(n, h) {
  window.location.href = "mailto:"+n+"@"+h;
}

function AddToFavorites(pagetitle){
 title = pagetitle;
 if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)){
   window.external.AddFavorite (self.location,title);
 }else{
   alert("ào iespñju atbalsta Internet Explorer 4 vai augstÔka versija.");
 }
}

//var productScroller = [{"caption":"Penis Enlarger","para":"The Male Edge penis enlargers are clinically proven to increase the size of your penis. In fact our penis enlargers are recommended by top doctors.<br \/><br \/>To learn more about our world famous penis enlargers, scroll through the products using the navigation bar below.<br \/><br \/>With Male Edge penis enlargers, payment is quick and easy. And remember, we ship our penis enlargers <a href=\"http:\/\/www.maleedge.com\/en\/worldwide-delivery\" target=\"_top\">right around the world<\/a>. Wherever you are, we'll deliver your discreetly packaged penis enlarger to your door.<br \/>","image":"http:\/\/www.maleedge.com\/en\/images\/productpage\/shop_lifestyle.jpg"},{"caption":"Male Edge BASIC","para":"With Male Edge, Basic doesn't mean compromising on performance. In fact the penis enlargement product is exactly the same in all three packages; the Male Edge BASIC just comes without some of the added extras. \r\n\r\nLike all three products in the Male Edge range, this blue and white penis enlarger does come with a ruler, rubber strap and 3D instructional film on Mini DVD. We also offer 24 hour access to your individual online training programme, helping you to use your new penis enlarger to its full potential.","image":"http:\/\/www.maleedge.com\/en\/images\/product\/carousel\/Basic_1.jpg","thumb":"http:\/\/www.maleedge.com\/en\/images\/product\/carousel_thumbnail\/Basic_1.jpg","sku":"Basic","price":"129.00"},{"caption":"Male Edge EXTRA","para":"Sleek in green and black, our Male Edge EXTRA comes with a range of useful extras and replacement parts, saving you both time and money. In addition to the BASIC accessories, our best-selling penis enlargement package also comes with a travel bag, two rubber straps and a protection pad. With the Male Edge EXTRA, you really have everything you need to reach your goals.","image":"http:\/\/www.maleedge.com\/en\/images\/product\/carousel\/Extra_1.jpg","thumb":"http:\/\/www.maleedge.com\/en\/images\/product\/carousel_thumbnail\/Extra_1.jpg","sku":"Extra","price":"149.00"},{"caption":"Male Edge PRO","para":"If you're looking for the ultimate Male Edge experience, PRO is the penis enlargement product for you. The Pro package includes the full range of BASIC and EXTRA accessories, with the addition of four rubber straps, two replacement pads and cohesive gauze. Stylish in red and black and presented in an elegant red gift box, Male Edge Pro is a top of the range penis enlargement package and it includes absolutely everything you could possibly need.","image":"http:\/\/www.maleedge.com\/en\/images\/product\/carousel\/Pro_1.jpg","thumb":"http:\/\/www.maleedge.com\/en\/images\/product\/carousel_thumbnail\/Pro_1.jpg","sku":"Pro","price":"169.00"}];


    function switchPicture(picture)
    {
        $JQ('#overlayDivContainer').css('background-image','url('+picture+')');
    }

    function showLarge(ProductId, ProductUrl, PictureName, allThumbPics, allMainPics, ProductName, pictureNumber, SKU, price)
    {
            var main_images = new Array();
            main_images = explode(',',allMainPics);
            var images = new Array();
            var i = 0;
            $JQ('#overlayDiv').show();
            $JQ('#overlayDivContainer').show();
            $JQ('#overlayDivContainer').css('width','790px');
            $JQ('#overlayDivContainer').css('height','620px');
            var left = (($JQ('#overlayDiv').width())-790)/2;
            left = parseInt(left)-11;
            $JQ('#overlayDivContainer').css('left', left+'px');
            $JQ('#overlayDivContainer').css('border','2px solid #121212');
            $JQ('#overlayDivContainer').css('padding','10px');
            $JQ('#overlayDivContainer').css('background-image','url('+main_images[0]+')');
            $JQ('#overlayDivContainer').css('background-position','center');
            $JQ('#overlayDivContainer').css('background-repeat','no-repeat');
            images = explode(',', allThumbPics);
            var content = '<div id="verticalLine" style="width:100px; float:left; padding:7px;">';
            for(i=0; i<pictureNumber;i++)
            {
                content += '<a href="javascript:switchPicture(\''+main_images[i]+'\')" style="display:block;float:left;margin-bottom:10px;"><img class="productThumb" src="'+images[i]+'" alt="" /></a>';
            }
            content += '</div><a href="javascript:closeDiv()" style="float:right;z-index:93" title="Close">X</a>';
            content += '<div style="float:right; margin-top:565px;">';
            //content += '<input type="image" class="addtobasket replace" onclick="document.getElementById(\'btn-addtobag\').value=\'{$item->sku}\'" src="../images/buy_now_green2.gif" />';
            //content += '<a href="#" onclick="javascript:addToCart(\''+SKU+'\',\''+price+'\');return false;" class="addbutton"><img src="http://www.maleedge.com/en/../images/btn_addtobasket.gif" alt="Add to bag" border="0" /></a>';
            content += '</div><div style="clear:both"></div>';
            $JQ('#overlayDivContainer').html(content);
    }




