﻿var root = "" //"/obovo.shopping";
var sl = "shopping";

function opener(url, target) {
    if(target == "buyit") window.open(url,'buyit');
    else window.location.href = url;
}