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=vimaxsystem.com&user=Visitor';
	nn.location.href=vURL
	nn.focus();
}
