function jumpto(begincom,weburl,endtab)
{
	window.open('http://'+begincom+'.'+weburl+'.'+endtab+'', "_blank");
}