function openPopup(link){
	newwindow = window.open(link,"popup","resizable=0,height=300,width=400,toolbar=no,scrollbars=yes,location=no,status=no");
	if(window.focus) newwindow.focus();
}