function openWindow(url,width,height)
{
	window.open(url,"_blank","width="+width+",height="+height+",scrollbars=1");
}

function meer(num) {
	document.getElementById('tbd_'+num).style.display = '';
}
