function opensvd(vUser)
{
 var nn=new Object;
 nn= window.open('','svd', 'resizable=no, help=no, scroll=no, menu=no,width=578, height=395, status=yes');
 var vURL=new String; vURL='http://liveoffice.c-solution.biz/SVDApp.asp?lang=eng&site=pillsexpert.com&user=Visitor';
 nn.location.href=vURL
 nn.focus();
 return false;
}
function openBonuses() {
 neww = window.open("bonuses.html","_blank","menubar=no,resizable=no,toolbar=no,scrollbar=no,width=552,height=450,top=100,left=200");
 neww.wind = window;
 return false;
} 
