function video(url) {
 window.open('http://www.infoweb.ee/video.php?url='+url,'videowin','width=400,height=300,resizable=0,vscroll=0,hscroll=0');
}

function popupvideo(videoid,videotype,lang) {
	if(videotype=='43')
		window.open('http://video.infoweb.ee/index3.php?VideoID=' + videoid + '&VideoType=' + videotype + 's&lang=' + lang, 'videowin', 'width=400, height=320, left=' + ((screen.width - 400) / 2) + ', top=' + ((screen.height -320) / 2) + ', resizable=0, vscroll=0, hscroll=0');
	if(videotype=='169')
		window.open('http://video.infoweb.ee/index3.php?VideoID=' + videoid + '&VideoType=' + videotype + 's&lang=' + lang, 'videowin', 'width=533, height=320, left=' + ((screen.width - 534) / 2) + ', top=' + ((screen.height -320) / 2) + ', resizable=0, vscroll=0, hscroll=0');
}
