function D(e){
	return document.getElementById(e); 
}
function openwin(url,width,height,sb) {
	window.open(url,'','align=center,toolbar=0,status=0,location=0,directories=0,resizable=0,scrollbars='+sb+',width='+width+',height='+height+',menubar=no')
}
